Compare commits

...

2 commits

Author SHA1 Message Date
System administrator
a994cd5e62 Merge branch 'main' of https://gavania.de/hodasemi/nixos-server-conf 2025-05-16 06:37:46 +00:00
System administrator
70ff2e297b Add ssh key 2025-05-16 06:36:57 +00:00

View file

@ -45,6 +45,7 @@
users.users.root.openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBA4Kpx7RN53V3uINjRj1Ow7p8/SkKGOnqHG3BR9tNXU cardno:25_310_930"
# add yours
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHDuOIycRP7Ney136ro/doWj1kttJUqmbGz6OC2nia09 michael.huebner@ptspaper.de"
];
system.stateVersion = "24.11";