beatific: enable stevenblack
This commit is contained in:
parent
4e5b7e4519
commit
a3fd2dd8a2
@ -52,6 +52,10 @@ in {
|
|||||||
{
|
{
|
||||||
# Options to always set
|
# Options to always set
|
||||||
networking.hostName = cfg.hostName;
|
networking.hostName = cfg.hostName;
|
||||||
|
networking.stevenblack = {
|
||||||
|
enable = true;
|
||||||
|
block = [ "fakenews" "gambling" "porn" ];
|
||||||
|
};
|
||||||
nix.extraOptions = "experimental-features = nix-command flakes";
|
nix.extraOptions = "experimental-features = nix-command flakes";
|
||||||
nix.settings.trusted-users = [ "tvb" ];
|
nix.settings.trusted-users = [ "tvb" ];
|
||||||
# Link /etc/nixos to the flake source
|
# Link /etc/nixos to the flake source
|
||||||
|
Loading…
Reference in New Issue
Block a user