2025-09-14 13:09:37 +02:00
|
|
|
{
|
|
|
|
|
imports = [
|
|
|
|
|
./hardware.nix
|
|
|
|
|
./nginx.nix
|
|
|
|
|
];
|
2025-09-15 19:05:04 +02:00
|
|
|
|
|
|
|
|
config = {
|
|
|
|
|
# uncomment for build check on non arm system (requires --impure)
|
|
|
|
|
# nixpkgs.buildPlatform = builtins.currentSystem;
|
|
|
|
|
|
2026-01-23 18:49:47 +01:00
|
|
|
users.users.root.openssh.authorizedKeys.keys = [
|
2026-01-23 19:14:51 +01:00
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICdYqY3Y1/f1bsAi5Qfyr/UWuX9ixu96IeAlhoQaJkbf"
|
2026-02-01 12:23:07 +01:00
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFCJUpbpB3KEKVoKWsKoar9J4RNah8gmQoSH6jQEw5dY pixel-JuiceSSH"
|
|
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO1CRn4yYTL4XUdCebE8Z4ZeuMujBjorTdWifg911EOv pc2 home roaming"
|
|
|
|
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDNpLDmctyqGpow/ElQvdhY4BLBPS/sigDJ1QEcC7wC lpt2-roaming"
|
2026-01-23 18:49:47 +01:00
|
|
|
];
|
2025-09-15 19:05:04 +02:00
|
|
|
};
|
2025-09-14 13:09:37 +02:00
|
|
|
}
|