diff --git a/nixos/hosts/iso/configuration.nix b/nixos/hosts/iso/configuration.nix index c3393fb..3202a6f 100644 --- a/nixos/hosts/iso/configuration.nix +++ b/nixos/hosts/iso/configuration.nix @@ -27,7 +27,6 @@ # require public key authentication for better security settings.PasswordAuthentication = false; settings.KbdInteractiveAuthentication = false; - settings.PermitRootLogin = "no"; }; nixpkgs = { @@ -44,6 +43,8 @@ #Set up sops config, and configure where the keyfile is, then set the mode for the unencrypted keys sops.defaultSopsFile = ./secrets/sops.yaml; + services.desktopManager.plasma6.enable = true; + environment.systemPackages = with pkgs; [ # Custom tools dvd