add necessary flake output
This commit is contained in:
parent
5f406a6530
commit
7cf31cdd4b
2 changed files with 13 additions and 0 deletions
|
|
@ -195,6 +195,15 @@
|
|||
]
|
||||
++ commonModules;
|
||||
};
|
||||
|
||||
alphaOS = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [
|
||||
./hosts/min/configuration.nix
|
||||
];
|
||||
};
|
||||
};
|
||||
nixosModules = {
|
||||
automapaper = ./modules/automapaper;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue