feat(disko): disko configurations in flake file

This commit is contained in:
Guz
2026-05-01 19:40:55 -03:00
parent 30fe5f48e5
commit d3bf17835e
2 changed files with 6 additions and 1 deletions

View File

@@ -185,6 +185,11 @@
};
});
diskoConfigurations = {
"battleship" = import ./hosts/battleship/disko.nix;
"dreadnought" = import ./hosts/dreadnought/disko.nix;
};
nixosModules = {
neovim = inputs.neovim.nixosModules.default;
};

View File

@@ -84,7 +84,7 @@
content = {
type = "filesystem";
format = "ext4";
mountpoint = "/";
mountpoint = "/run/media/cryptstorage";
};
};
};