fix no root password
This commit is contained in:
parent
77783e2ac3
commit
78a91c4d1c
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,11 @@
|
||||||
# TODO: find out why this is required
|
# TODO: find out why this is required
|
||||||
age.identityPaths = ["/home/buffet/.ssh/id_agenix"];
|
age.identityPaths = ["/home/buffet/.ssh/id_agenix"];
|
||||||
networking.hostName = "alice";
|
networking.hostName = "alice";
|
||||||
users.users.root.hashedPassword = "*";
|
|
||||||
|
users = {
|
||||||
|
mutableUsers = false;
|
||||||
|
users.root.hashedPassword = "!";
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
gitFull
|
gitFull
|
||||||
|
|
Loading…
Reference in a new issue