More configuration progression

This commit is contained in:
caem 2025-01-11 02:00:28 +01:00
parent b00e1c1c9d
commit 9c5f454a1c
Signed by: caem
GPG key ID: 69A830D03203405F
17 changed files with 213 additions and 59 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, ... }:
{ pkgs, lib, ... }:
{
imports = [
@ -11,12 +11,12 @@
networking = {
hostName = "puter";
useDHCP = true;
useDHCP = lib.mkDefault true;
};
boot = {
loader = {
canTouchEfiVariables = true;
efi.canTouchEfiVariables = true;
grub = {
enable = true;
efiSupport = true;