diff --git a/hosts/alice.nix b/hosts/alice.nix index fee6c81..e359c9d 100644 --- a/hosts/alice.nix +++ b/hosts/alice.nix @@ -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;