base profile reformatted
This commit is contained in:
parent
0743facbde
commit
aa16354a39
1 changed files with 20 additions and 16 deletions
|
@ -1,4 +1,9 @@
|
||||||
{lib, config, pkgs, ...}: {
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
...
|
||||||
|
}: {
|
||||||
lyn.sops.enable = true;
|
lyn.sops.enable = true;
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
@ -35,7 +40,6 @@
|
||||||
curl
|
curl
|
||||||
htop
|
htop
|
||||||
];
|
];
|
||||||
|
|
||||||
# Use encrypted Quad9 DNS
|
# Use encrypted Quad9 DNS
|
||||||
networking.nameservers = ["127.0.0.1" "::1"];
|
networking.nameservers = ["127.0.0.1" "::1"];
|
||||||
services.dnscrypt-proxy2 = {
|
services.dnscrypt-proxy2 = {
|
||||||
|
|
Loading…
Reference in a new issue