diff --git a/flake.nix b/flake.nix index e425ce8..0adfa90 100644 --- a/flake.nix +++ b/flake.nix @@ -134,19 +134,11 @@ peerix.nixosModules.peerix agenix.nixosModules.default { - home-manager = { - useGlobalPkgs = true; - useUserPackages = true; - }; + #home-manager = { + # useGlobalPkgs = true; + # useUserPackages = true; + #}; system.stateVersion = "22.11"; - services.peerix = { - #enable = true; - package = peerix.packages.x86_64-linux.peerix; - openFirewall = true; - #privateKeyFile = ./peerix-private; - #publicKeyFile = ./peerix-public; - publicKey = "peerix-kami:4DwMEXpwqOWq+fj8gF435FbYGzMkKoMQAUk/0OX0Y0g="; - }; } ]; diff --git a/systems/x86_64-linux/kami/default.nix b/systems/x86_64-linux/kami/default.nix index 495dcbc..88f1f99 100644 --- a/systems/x86_64-linux/kami/default.nix +++ b/systems/x86_64-linux/kami/default.nix @@ -160,7 +160,7 @@ # this value at the release version of the first install of this system. # Before changing this value read the documentation for this option # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). - system.stateVersion = "22.11"; # Did you read the comment? + #system.stateVersion = "22.11"; # Did you read the comment? }