From d9317de584c66b068a336889aa9adc3ac3837e5e Mon Sep 17 00:00:00 2001 From: tzlil Date: Sat, 21 Jan 2023 17:34:49 +0200 Subject: change deploy-rs to nixinate, change user to use passwordFile, add password age secret, remove NetworkManager-wait-online.service --- profiles/core.nix | 3 --- 1 file changed, 3 deletions(-) (limited to 'profiles/core.nix') diff --git a/profiles/core.nix b/profiles/core.nix index f578621..e23879f 100644 --- a/profiles/core.nix +++ b/profiles/core.nix @@ -23,9 +23,6 @@ users.mutableUsers = false; environment.defaultPackages = lib.mkForce []; - # dont do this - users.users.root.initialPassword = "hunter2"; - age.identityPaths = [ "/nix/persist/etc/ssh/ssh_host_ed25519_key" ]; }; } \ No newline at end of file -- cgit 1.4.1