diff --git a/nixos/hosts/aerial/default.nix b/nixos/hosts/aerial/default.nix index 3e3364d..b3915c2 100644 --- a/nixos/hosts/aerial/default.nix +++ b/nixos/hosts/aerial/default.nix @@ -18,4 +18,9 @@ networking.hostName = "aerial"; system.stateVersion = "24.05"; + + fileSystems."/mnt/wumbo" = { + device = "/dev/disk/by-uuid/804c5fa2-cf78-4c18-a956-a5b60ea33619"; + fsType = "ext4"; + }; }