This commit is contained in:
iFargle 2023-07-12 23:43:21 +09:00
parent 3134e4a58b
commit 1fdbe50a8f
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
# Imports for host-specific configs: # Imports for host-specific configs:
imports = [ imports = [
../hosts/${hostname}/networking.nix ../hosts/${hostname}/networking.nix
] ];
networking = { networking = {
networkmanager = { networkmanager = {
enable = true; enable = true;

View file

@ -1,4 +1,4 @@
{ config, pkgs, ...}: { { lib, config, pkgs, ...}: {
# Bootloader # Bootloader
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.tmp.cleanOnBoot = true; boot.tmp.cleanOnBoot = true;