Booting pindakaas on SD card

This commit is contained in:
Geoffrey Frogeye 2023-11-28 00:34:30 +01:00
parent 7e49ed2e19
commit dd6f579f74
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
7 changed files with 185 additions and 8 deletions

View file

@ -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

View file

@ -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"
];