From 2de6b9d2c9a54ae075bd98ec6ddcd6b92a2bf7d4 Mon Sep 17 00:00:00 2001 From: Lillian-Violet Date: Wed, 20 Mar 2024 19:55:16 +0100 Subject: [PATCH] Small fixes to iso --- nixos/hosts/iso/configuration.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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