feat(disko): disko configurations in flake file
This commit is contained in:
@@ -185,6 +185,11 @@
|
||||
};
|
||||
});
|
||||
|
||||
diskoConfigurations = {
|
||||
"battleship" = import ./hosts/battleship/disko.nix;
|
||||
"dreadnought" = import ./hosts/dreadnought/disko.nix;
|
||||
};
|
||||
|
||||
nixosModules = {
|
||||
neovim = inputs.neovim.nixosModules.default;
|
||||
};
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
content = {
|
||||
type = "filesystem";
|
||||
format = "ext4";
|
||||
mountpoint = "/";
|
||||
mountpoint = "/run/media/cryptstorage";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user