commits are unsigned, dont worry its just you
This commit is contained in:
parent
000459316f
commit
e32d44d8cd
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
@ -78,13 +78,13 @@
|
|||
./hosts/sakopc/configuration.nix
|
||||
];
|
||||
};
|
||||
sakoserver = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs outputs;};
|
||||
modules = [
|
||||
./default.nix
|
||||
./hosts/sakoserver/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";
|
||||
|
|
Loading…
Reference in a new issue