idk
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user