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 = [
../hosts/${hostname}/networking.nix
]
];
networking = {
networkmanager = {
enable = true;

View file

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