vps/nix/modules/minipc/default.nix
2026-05-28 14:57:18 +02:00

8 lines
193 B
Nix

{ ... }: {
imports = [ ./hardware-configuration.nix ];
networking.networkmanager.enable = true;
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
}