base profile reformatted
This commit is contained in:
parent
0743facbde
commit
aa16354a39
1 changed files with 20 additions and 16 deletions
|
@ -1,6 +1,11 @@
|
||||||
{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;
|
||||||
nix.package = config.pkgsInstances.unstable.lix;
|
nix.package = config.pkgsInstances.unstable.lix;
|
||||||
environment.variables.EDITOR = "nvim";
|
environment.variables.EDITOR = "nvim";
|
||||||
|
@ -35,9 +40,8 @@
|
||||||
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 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
|
Loading…
Reference in a new issue