oxidizing

This commit is contained in:
maxstrb 2026-03-14 21:45:57 +01:00
parent a46356a178
commit a9eadc52f3
35 changed files with 726 additions and 1223 deletions

View file

@ -3,29 +3,12 @@
./verbatim.nix
../modules/steam.nix
../modules/locale.nix
../modules/desktop.nix
../modules/main-user.nix
../modules/system.nix
../modules/boot.nix
../modules/desktop.nix
../modules/audio.nix
../modules/printing.nix
../modules/programs.nix
../modules/ld.nix
../modules/sddm.nix
];
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
services.avahi.enable = true;
networking = {
hostName = "max-main";
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
networkmanager.enable = true;
firewall = {
enable = true;
allowedTCPPorts = [9123];
};
};
networking.allowedTCPPorts = [9123];
}