feat: add ksios (vm)
This commit is contained in:
parent
6629e98edc
commit
fa9cecb719
6 changed files with 480 additions and 0 deletions
12
flake.nix
12
flake.nix
|
|
@ -106,6 +106,18 @@
|
|||
./hosts/muos/configuration.nix
|
||||
];
|
||||
};
|
||||
ksiOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
inherit nix-colors;
|
||||
};
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
inputs.mailserver.nixosModules.default
|
||||
./hosts/ksios/configuration.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
nixosModules = {
|
||||
automapaper = ./modules/automapaper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue