mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
machine/newton: fix disko formatting file
This commit is contained in:
parent
8f0a147cb3
commit
507f53fe3c
2 changed files with 59 additions and 61 deletions
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./disko-config.nix
|
||||
./hardware-configuration.nix
|
||||
./network.nix
|
||||
./services.nix
|
||||
|
@ -9,10 +10,6 @@
|
|||
./system.nix
|
||||
];
|
||||
|
||||
disko.devices = import ./disko-config.nix {
|
||||
disks = [ "/dev/disk/by-id/scsi-0QEMU_QEMU_HARDDISK_drive-scsi0" ];
|
||||
};
|
||||
|
||||
networking.hostName = "newton";
|
||||
|
||||
sops = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue