Fourth attempt at booting NixOS on curacao directly

This commit is contained in:
Geoffrey Frogeye 2023-12-16 14:37:23 +01:00
parent c25996ed8f
commit 42ab4908df
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
3 changed files with 10 additions and 6 deletions

View file

@ -4,6 +4,8 @@
<home-manager/nixos>
];
users.users.root.initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
users.users.geoffrey = {
isNormalUser = true;
extraGroups = [ "adbusers" "wheel" ];