diff --git a/flake.nix b/flake.nix index 9a3bcd35..c9eeeddb 100644 --- a/flake.nix +++ b/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 = [