base profile reformatted

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

View file

@ -1,6 +1,11 @@
{lib, config, pkgs, ...}: {
{
lib,
config,
pkgs,
...
}: {
lyn.sops.enable = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.experimental-features = ["nix-command" "flakes"];
nixpkgs.config.allowUnfree = true;
nix.package = config.pkgsInstances.unstable.lix;
environment.variables.EDITOR = "nvim";
@ -35,9 +40,8 @@
curl
htop
];
# Use encrypted Quad9 DNS
networking.nameservers = [ "127.0.0.1" "::1" ];
networking.nameservers = ["127.0.0.1" "::1"];
services.dnscrypt-proxy2 = {
enable = true;
settings = {