mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:26:54 +01:00
Remove some modules
This commit is contained in:
parent
fe80b84447
commit
9721cb9f66
2 changed files with 5 additions and 13 deletions
16
flake.nix
16
flake.nix
|
@ -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=";
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
|
@ -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?
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue