This commit is contained in:
KoenDR06 2024-04-03 20:17:25 +00:00
parent 36fe0fa882
commit 949e53dcb8
2 changed files with 12 additions and 1 deletions

View file

@ -28,6 +28,8 @@
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
};
# End NVIDIA
home-manager = {
extraSpecialArgs = { inherit inputs outputs; };
@ -72,6 +74,16 @@
environment.shells = with pkgs; [ zsh ];
services.mullvad-vpn.enable = true;
services.mullvad-vpn.package = pkgs.mullvad-vpn;
networking.nameservers = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
services.resolved = {
enable = true;
dnssec = "true";
domains = [ "~." ];
fallbackDns = [ "1.1.1.1#one.one.one.one" "1.0.0.1#one.one.one.one" ];
};
users.users = {
horseman = {
initialPassword = "1234";