diff --git a/flake.nix b/flake.nix index 3eaf4eb..43baf2b 100644 --- a/flake.nix +++ b/flake.nix @@ -185,6 +185,11 @@ }; }); + diskoConfigurations = { + "battleship" = import ./hosts/battleship/disko.nix; + "dreadnought" = import ./hosts/dreadnought/disko.nix; + }; + nixosModules = { neovim = inputs.neovim.nixosModules.default; }; diff --git a/hosts/battleship/disko.nix b/hosts/battleship/disko.nix index ffe7cd3..bcfe9c7 100644 --- a/hosts/battleship/disko.nix +++ b/hosts/battleship/disko.nix @@ -84,7 +84,7 @@ content = { type = "filesystem"; format = "ext4"; - mountpoint = "/"; + mountpoint = "/run/media/cryptstorage"; }; }; };