Activate unbound, add user to davfs2 group, enable office subrole
This commit is contained in:
parent
8bc3a988db
commit
49fcff500a
@ -27,6 +27,8 @@
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
services.unbound.enable = true;
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
@ -141,6 +143,7 @@
|
||||
extraGroups = [
|
||||
"adbusers"
|
||||
"audio"
|
||||
"davfs2"
|
||||
"disk"
|
||||
"docker"
|
||||
"networkmanager"
|
||||
@ -170,5 +173,6 @@
|
||||
./subroles/dev.nix
|
||||
./subroles/entertainment.nix
|
||||
./subroles/internet.nix
|
||||
./subroles/office.nix
|
||||
];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user