test
This commit is contained in:
parent
3134e4a58b
commit
1fdbe50a8f
2 changed files with 3 additions and 2 deletions
|
@ -3,7 +3,8 @@
|
|||
# Imports for host-specific configs:
|
||||
imports = [
|
||||
../hosts/${hostname}/networking.nix
|
||||
]
|
||||
];
|
||||
|
||||
networking = {
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ...}: {
|
||||
{ lib, config, pkgs, ...}: {
|
||||
# Bootloader
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.tmp.cleanOnBoot = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue