alice: add data disk
This commit is contained in:
parent
f2af1296e0
commit
c3fdeb6e9e
1 changed files with 6 additions and 1 deletions
|
@ -14,7 +14,12 @@
|
|||
{ device = "/dev/disk/by-uuid/1aeaf426-9dec-40b8-b472-5785832444a6";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
|
||||
fileSystems."/data" =
|
||||
{ device = "/dev/disk/by-uuid/9d1fc1f3-aeb8-4f08-aa08-814378052a90";
|
||||
fsType = "ext4";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
boot.loader.grub.enable = true;
|
||||
|
|
Loading…
Reference in a new issue