mirror of
https://github.com/Noratrieb/vps.git
synced 2026-07-12 08:17:45 +02:00
8 lines
193 B
Nix
8 lines
193 B
Nix
{ ... }: {
|
|
imports = [ ./hardware-configuration.nix ];
|
|
|
|
networking.networkmanager.enable = true;
|
|
|
|
boot.loader.systemd-boot.enable = true;
|
|
boot.loader.efi.canTouchEfiVariables = true;
|
|
}
|