Small fixes to iso

This commit is contained in:
Lillian Violet 2024-03-20 19:55:16 +01:00
parent f480fcb86d
commit 2de6b9d2c9

View file

@ -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