Lots more moves, simplifiactions to options and removed code that peeved me off

This commit is contained in:
Bun 2025-03-18 09:02:34 -04:00
parent 2d2c569705
commit 384e510647
25 changed files with 59 additions and 76 deletions

View file

@ -6,5 +6,7 @@
"radeon.cik_support=0"
"amdgpu.cik_support=1"
];
lanzaboote.enable = true;
plymouth.enable = true;
};
}

View file

@ -1,4 +1,4 @@
{ config, lib, ... }:
{ lib, ... }:
{
imports = [
./boot
@ -11,14 +11,12 @@
networking = {
hostName = "redmond";
wireless.iwd.enable = true;
wg-quick.interfaces.wgc.address = [ "10.100.0.23/24" ];
};
system = {
desktop.enable = true;
lanzaboote.enable = true;
fancyboot.enable = true;
wireless.enable = true;
stateVersion = "24.05";
};