test
This commit is contained in:
parent
3134e4a58b
commit
1fdbe50a8f
2 changed files with 3 additions and 2 deletions
modules
|
@ -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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue