This commit is contained in:
Filippo Berto 2022-12-18 19:18:05 +01:00
parent 429efc52ae
commit fe2d8f4dcb
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED
2 changed files with 1 additions and 7 deletions

View file

@ -205,7 +205,6 @@
modules = commonModules ++ [
./baldur/hardware-configuration.nix
./baldur/configuration.nix
./nixos_modules/digitalocean.nix
{ home-manager.users.bertof = import ./baldur/hm.nix; }
];

View file

@ -103,12 +103,7 @@ with lib; {
jellyfin = { enable = true; package = pkgs.jellyfin; openFirewall = true; group = "users"; };
logind.lidSwitch = "ignore";
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
openssh = {
enable = true;
openFirewall = true;
# permitRootLogin = "no";
passwordAuthentication = false;
};
openssh = { enable = true; openFirewall = true; };
# plex = { enable = true; openFirewall = true; group = "users"; };
power-profiles-daemon.enable = true;
radarr = {