From fe2d8f4dcbb21b31d2cab4301c9843e74bdc4c01 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Sun, 18 Dec 2022 19:18:05 +0100 Subject: [PATCH] Cleanup --- flake.nix | 1 - loki/configuration.nix | 7 +------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/flake.nix b/flake.nix index 8e63db4..10d7349 100644 --- a/flake.nix +++ b/flake.nix @@ -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; } ]; diff --git a/loki/configuration.nix b/loki/configuration.nix index 610d32a..1d9dd16 100644 --- a/loki/configuration.nix +++ b/loki/configuration.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 = {