Move some options into base.nix

This commit is contained in:
Vili Sinervä 2024-09-06 10:33:39 +03:00
parent 442b72de55
commit 2ad217fd84
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
9 changed files with 8 additions and 32 deletions

View file

@ -4,9 +4,6 @@
imports = [ ../base.nix ];
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
#Many installs will need this, and it won't hurt either way
services.qemuGuest.enable = true;