configur
This commit is contained in:
parent
36fe0fa882
commit
949e53dcb8
2 changed files with 12 additions and 1 deletions
|
|
@ -41,7 +41,6 @@
|
|||
htop
|
||||
inkscape
|
||||
libreoffice
|
||||
mullvad
|
||||
mullvad-vpn
|
||||
parsec-bin
|
||||
platformio-core
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue