oxidizing
This commit is contained in:
parent
a46356a178
commit
a9eadc52f3
35 changed files with 726 additions and 1223 deletions
|
|
@ -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];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue