Fix typo and enable btrfs scrubbing

This commit is contained in:
Jimbo 2024-11-13 09:43:47 -05:00
parent 54855a0d33
commit 6f09998656
20 changed files with 65 additions and 60 deletions

View file

@ -1,25 +1,18 @@
{ ... }:
{
imports = [
./disko
./firewall
./hardware
# Apps and programs
../../../modules/system
../../../modules/system/accounts
../../../modules/system/devices/filesystems
../../../modules/system/devices/boot/systemd
../../../modules/system/devices/networking
../../../modules/system/devices/networking/firewall/server
../../../modules/system/devices/networking/wireguard/server
../../../modules/system/programs/git
../../../modules/system/programs/security
../../../modules/system/services/common
../../../modules/system/services/server
# Misc
../../../overlays
../../../variables
../../modules/system
];
networking.hostName = "kitty";
system.desktop.enable = false;
system.server.enable = true;
#system.lanzaboote.enable = true;
system.wireless.enable = false;
environment.sessionVariables.NIXOS_OZONE_WL = "1";
networking.hostName = "tower";
}