From 89044959120ed58e553f99a3002cc463f06e96f5 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Tue, 14 May 2024 14:59:32 -0400 Subject: [PATCH] clarity --- src/system/machines/server/system.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/system/machines/server/system.nix b/src/system/machines/server/system.nix index 39b03c0..dde5b00 100644 --- a/src/system/machines/server/system.nix +++ b/src/system/machines/server/system.nix @@ -10,12 +10,16 @@ }; }; +#TESTING users.mutableUsers = false; + users.users = { ${config.user.name} = { isNormalUser = true; extraGroups = config.user.groups; openssh.authorizedKeys.keys = [ "${config.user.sshKeys.key1}" ]; + +#TESTING initialPassword = "123"; }; }; @@ -43,6 +47,7 @@ devices = [ "nodev" ]; efiSupport = true; configurationLimit = 5; + splashImage = null; }; efi = {