wpaperd initial config
This commit is contained in:
parent
838d3baecf
commit
a146a82a5b
14 changed files with 205 additions and 192 deletions
|
@ -4,10 +4,13 @@
|
|||
...
|
||||
}: let
|
||||
inherit (config.modules.other.system) username;
|
||||
inherit (lib) mkForce;
|
||||
in {
|
||||
networking = {
|
||||
enableIPv6 = true;
|
||||
networkmanager = {
|
||||
enable = true;
|
||||
plugins = mkForce []; # Bloated as hell, plugins be gone
|
||||
dns = "systemd-resolved";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue