mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
Compare commits
No commits in common. "94b414bab9ea22078f01a5dca469f340846ac677" and "ff942eb88a369e9e9b9f8206e241f53ab2473586" have entirely different histories.
94b414bab9
...
ff942eb88a
2 changed files with 6 additions and 8 deletions
|
|
@ -39,11 +39,10 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
#boot = {
|
boot = {
|
||||||
# loader.grub = {
|
loader.grub = {
|
||||||
# enable = true;
|
enable = true;
|
||||||
# device = "/dev/sda";
|
device = "/dev/sda";
|
||||||
# useOSProber = true;
|
};
|
||||||
# };
|
};
|
||||||
#};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -57,7 +57,6 @@
|
||||||
"wheel"
|
"wheel"
|
||||||
];
|
];
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
initialPassword = "temporary-password";
|
|
||||||
};
|
};
|
||||||
nix.settings.allowed-users = [ "${username}" ];
|
nix.settings.allowed-users = [ "${username}" ];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue