From 92442db8777c2134eace6190e01e43d56ce1c67c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Sat, 21 May 2022 23:06:49 +0200 Subject: [PATCH] feat(ful): set root password --- systems/ful/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/systems/ful/configuration.nix b/systems/ful/configuration.nix index 376b3dc..f5ed139 100644 --- a/systems/ful/configuration.nix +++ b/systems/ful/configuration.nix @@ -42,5 +42,7 @@ in { email = kieran.email; }; + users.users.root.passwordFile = toString ; + environment.systemPackages = [pkgs.vim pkgs.git pkgs.tmux pkgs.python3]; }