mirror of
https://github.com/alyssadev/nixos.git
synced 2025-10-14 04:59:39 +10:00
update
This commit is contained in:
parent
1aff413d83
commit
6eec5cda43
1 changed files with 5 additions and 1 deletions
|
@ -2,7 +2,11 @@
|
||||||
networking.hostName = "aly-server";
|
networking.hostName = "aly-server";
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
virtualisation.hypervGuest.enable = true;
|
virtualisation.hypervGuest.enable = true;
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker = {
|
||||||
|
enable = true;
|
||||||
|
autoPrune.enable = true;
|
||||||
|
};
|
||||||
|
virtualisation.oci-containers.backend = "docker";
|
||||||
boot.blacklistedKernelModules = [ "hyperv_fb" ];
|
boot.blacklistedKernelModules = [ "hyperv_fb" ];
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue