Update hardware-configuration.nix for flynode.
This commit is contained in:
parent
d8b387de3b
commit
771fec583f
1 changed files with 5 additions and 5 deletions
|
@ -18,8 +18,8 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/nix" =
|
||||
{ device = "zpool/nix";
|
||||
fileSystems."/home" =
|
||||
{ device = "zpool/home";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
|
@ -28,13 +28,13 @@
|
|||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/home" =
|
||||
{ device = "zpool/home";
|
||||
fileSystems."/nix" =
|
||||
{ device = "zpool/nix";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
fileSystems."/boot" =
|
||||
{ device = "/dev/disk/by-uuid/0642-E087";
|
||||
{ device = "/dev/disk/by-uuid/001D-B2B7";
|
||||
fsType = "vfat";
|
||||
options = [ "fmask=0022" "dmask=0022" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue