Cleanup
This commit is contained in:
parent
429efc52ae
commit
fe2d8f4dcb
2 changed files with 1 additions and 7 deletions
|
|
@ -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; }
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue