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 ++ [
|
modules = commonModules ++ [
|
||||||
./baldur/hardware-configuration.nix
|
./baldur/hardware-configuration.nix
|
||||||
./baldur/configuration.nix
|
./baldur/configuration.nix
|
||||||
|
|
||||||
./nixos_modules/digitalocean.nix
|
./nixos_modules/digitalocean.nix
|
||||||
{ home-manager.users.bertof = import ./baldur/hm.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"; };
|
jellyfin = { enable = true; package = pkgs.jellyfin; openFirewall = true; group = "users"; };
|
||||||
logind.lidSwitch = "ignore";
|
logind.lidSwitch = "ignore";
|
||||||
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
|
# node-red = { enable = true; openFirewall = true; withNpmAndGcc = true; };
|
||||||
openssh = {
|
openssh = { enable = true; openFirewall = true; };
|
||||||
enable = true;
|
|
||||||
openFirewall = true;
|
|
||||||
# permitRootLogin = "no";
|
|
||||||
passwordAuthentication = false;
|
|
||||||
};
|
|
||||||
# plex = { enable = true; openFirewall = true; group = "users"; };
|
# plex = { enable = true; openFirewall = true; group = "users"; };
|
||||||
power-profiles-daemon.enable = true;
|
power-profiles-daemon.enable = true;
|
||||||
radarr = {
|
radarr = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue