This commit is contained in:
alydev 2025-09-25 15:00:11 +10:00
parent 84661d3f37
commit 0b204ac349
2 changed files with 16 additions and 15 deletions

View file

@ -1,4 +1,5 @@
({ config, pkgs, ... }: {
networking.hostName = "aly-server";
system.stateVersion = "25.05";
virtualisation.hypervGuest.enable = true;
boot.blacklistedKernelModules = [ "hyperv_fb" ];