This commit is contained in:
DashieTM 2024-08-17 16:50:04 +02:00
parent 220cea894b
commit b5a0dee3e8
11 changed files with 63 additions and 174 deletions

View file

@ -12,6 +12,9 @@ in
configurationLimit = 5;
};
boot.loader.efi.canTouchEfiVariables = true;
boot.plymouth = {
enable = true;
};
# Enable networking
networking.useDHCP = lib.mkDefault true;