comment out sakopc until i actually install
This commit is contained in:
parent
1b8d7397e4
commit
d52fa1a9ca
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
@ -71,13 +71,13 @@
|
||||||
sops-nix.nixosModules.sops
|
sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
sakopc = nixpkgs.lib.nixosSystem {
|
#sakopc = nixpkgs.lib.nixosSystem {
|
||||||
specialArgs = {inherit inputs outputs;};
|
# specialArgs = {inherit inputs outputs;};
|
||||||
modules = [
|
# modules = [
|
||||||
./default.nix
|
# ./default.nix
|
||||||
./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 = [
|
||||||
|
|
Loading…
Reference in a new issue