1 Commits

Author SHA1 Message Date
ahtlon
48a10fe8ae Configure fanny for disk and initssh module
All checks were successful
Evaluate Hydra Jobs / eval-hydra-jobs (push) Successful in 3m30s
Evaluate Hydra Jobs / eval-hydra-jobs (pull_request) Successful in 3m28s
2025-01-05 20:38:38 +01:00
2 changed files with 4 additions and 3 deletions

View File

@@ -22,6 +22,9 @@ in
cacheurl = "https://cache.dynamicdiscord.de"; cacheurl = "https://cache.dynamicdiscord.de";
}; };
boot.initrd.systemd.enable = true;
boot.loader.systemd-boot.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
malobeo.disks = { malobeo.disks = {

View File

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