Remove some modules

This commit is contained in:
Johannes Jöns 2023-02-24 17:36:07 +01:00
parent fe80b84447
commit 9721cb9f66
2 changed files with 5 additions and 13 deletions

View file

@ -134,19 +134,11 @@
peerix.nixosModules.peerix peerix.nixosModules.peerix
agenix.nixosModules.default agenix.nixosModules.default
{ {
home-manager = { #home-manager = {
useGlobalPkgs = true; # useGlobalPkgs = true;
useUserPackages = true; # useUserPackages = true;
}; #};
system.stateVersion = "22.11"; 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=";
};
} }
]; ];

View file

@ -160,7 +160,7 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (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?
} }