This commit is contained in:
mjallen18
2025-08-21 15:39:24 -05:00
parent 1faa099900
commit 7e82df3df7
14 changed files with 768 additions and 346 deletions

View File

@@ -28,7 +28,7 @@ in
./configuration.nix
./filesystems.nix
./hardware-configuration.nix
# ./networking.nix
# ./networking.nix - moved to modules/nixos/network
./nix.nix
./sops.nix
@@ -38,10 +38,21 @@ in
];
${namespace} = {
hardware.disko.enable = false;
bootloader.lanzaboote.enable = true;
desktop.gnome.enable = true;
network = {
hostName = "matt-nixos";
wifi = {
enable = true;
powersave = false;
profiles = {
"Joey's Jungle 6G" = {
ssid = "Joey's Jungle 6G";
keyMgmt = "sae";
};
};
};
};
user = {
passwordFile = passwordFile;