oxidizing
This commit is contained in:
parent
a46356a178
commit
a9eadc52f3
35 changed files with 726 additions and 1223 deletions
|
|
@ -1,21 +1,13 @@
|
|||
{
|
||||
imports = [
|
||||
../modules/locale.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;
|
||||
upower.enable = true;
|
||||
power-profiles-daemon.enable = true;
|
||||
};
|
||||
|
|
@ -28,13 +20,4 @@
|
|||
Policy.AutoEnable = true;
|
||||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
firewall.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue