alice: add data disk
This commit is contained in:
parent
f2af1296e0
commit
c3fdeb6e9e
1 changed files with 6 additions and 1 deletions
|
@ -15,6 +15,11 @@
|
|||
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