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
|
./hosts/sakopc/configuration.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
sakoserver = nixpkgs.lib.nixosSystem {
|
#sakoserver = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs outputs;};
|
# specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
# modules = [
|
||||||
./default.nix
|
# ./default.nix
|
||||||
./hosts/sakoserver/configuration.nix
|
# ./hosts/sakoserver/configuration.nix
|
||||||
];
|
# ];
|
||||||
};
|
#};
|
||||||
sakowsl = nixpkgs.lib.nixosSystem {
|
sakowsl = nixpkgs.lib.nixosSystem {
|
||||||
# because theres no hardware-configuration.nix
|
# because theres no hardware-configuration.nix
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
|
|
Loading…
Reference in a new issue