uncomment sakopc
This commit is contained in:
parent
b8aebf90c4
commit
a96aa60e17
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