Fourth attempt at booting NixOS on curacao directly
This commit is contained in:
parent
c25996ed8f
commit
42ab4908df
3 changed files with 10 additions and 6 deletions
|
@ -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" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue