flake.lock: update mysecrets
hosts/dunamis/configuration.nix: add dnscrypt hosts/dunamis/sops.nix: add another ssh key hosts/dunamis/users/user/home-configuration.nix: import sops.nix hosts/dunamis/users/user/sops.nix: link public keys modules/home/desktop/niri/default.nix: redo layout string insertion Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -62,6 +62,14 @@
|
||||
fwupd.enable = true;
|
||||
openssh.enable = true;
|
||||
syncthing.openDefaultPorts = true;
|
||||
dnscrypt-proxy2 = {
|
||||
enable = true;
|
||||
settings = {
|
||||
require_dnssec = true;
|
||||
server_names = ["mullvad-doh"];
|
||||
bootstrap_resolvers = ["9.9.9.11:53" "9.9.9.9:53"];
|
||||
};
|
||||
};
|
||||
opensnitch = {
|
||||
enable = false;
|
||||
settings = {
|
||||
|
Reference in New Issue
Block a user