base profile reformatted

This commit is contained in:
Lyn 2024-11-13 22:40:55 +01:00
parent 0743facbde
commit aa16354a39

View file

@ -1,4 +1,9 @@
{lib, config, pkgs, ...}: {
{
lib,
config,
pkgs,
...
}: {
lyn.sops.enable = true;
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
@ -35,7 +40,6 @@
curl
htop
];
# Use encrypted Quad9 DNS
networking.nameservers = ["127.0.0.1" "::1"];
services.dnscrypt-proxy2 = {