Booting pindakaas on SD card
This commit is contained in:
parent
7e49ed2e19
commit
dd6f579f74
7 changed files with 185 additions and 8 deletions
|
@ -2,10 +2,11 @@
|
|||
{
|
||||
networking.domain = "geoffrey.frogeye.fr";
|
||||
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
|
||||
# Might fill emptiness?
|
||||
boot.consoleLogLevel = 6; # KERN_INFO
|
||||
|
||||
# TODO qwerty-fr for console
|
||||
|
||||
# Enable CUPS to print documents
|
||||
|
|
|
@ -9,6 +9,7 @@
|
|||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||
shell = pkgs.zsh;
|
||||
|
||||
initialHashedPassword = "$y$j9T$e64bjL7iyVlniEKwKbM9g0$cCn74za0r6L9QMO20Fdxz3/SX0yvhz3Xd6.2BhtbRL1"; # Not a real password
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPE41gxrO8oZ5n3saapSwZDViOQphm6RzqgsBUyA88pU geoffrey@frogeye.fr"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue