Configure fanny for disk and initssh module

This commit is contained in:
ahtlon
2025-01-05 20:38:38 +01:00
parent f44adbc815
commit a5d6cd6455
5 changed files with 55 additions and 10 deletions

View File

@@ -14,6 +14,8 @@ in
];
boot.initrd.systemd.enable = true;
boot.loader.systemd-boot.enable = true;
malobeo.initssh = {
enable = true;
authorizedKeys = sshKeys.admins;
@@ -48,7 +50,7 @@ in
services.acpid.enable = true;
networking.hostName = "fanny";
networking.hostName = "testvm";
networking.networkmanager.enable = true;
time.timeZone = "Europe/Berlin";