here we go (later)
This commit is contained in:
parent
637e1f6871
commit
fab7c843d3
2 changed files with 7 additions and 0 deletions
|
@ -78,6 +78,13 @@
|
|||
./hosts/sakopc/configuration.nix
|
||||
];
|
||||
};
|
||||
sakoserver = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./default.nix
|
||||
./hosts/sakoserver/configuration.nix
|
||||
];
|
||||
};
|
||||
sakowsl = nixpkgs.lib.nixosSystem {
|
||||
# because theres no hardware-configuration.nix
|
||||
system = "x86_64-linux";
|
||||
|
|
0
hosts/sakoserver/configuration.nix
Normal file
0
hosts/sakoserver/configuration.nix
Normal file
Loading…
Reference in a new issue