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