configur
This commit is contained in:
parent
36fe0fa882
commit
949e53dcb8
2 changed files with 12 additions and 1 deletions
|
|
@ -41,7 +41,6 @@
|
||||||
htop
|
htop
|
||||||
inkscape
|
inkscape
|
||||||
libreoffice
|
libreoffice
|
||||||
mullvad
|
|
||||||
mullvad-vpn
|
mullvad-vpn
|
||||||
parsec-bin
|
parsec-bin
|
||||||
platformio-core
|
platformio-core
|
||||||
|
|
|
||||||
|
|
@ -28,6 +28,8 @@
|
||||||
nvidiaSettings = true;
|
nvidiaSettings = true;
|
||||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
};
|
};
|
||||||
|
# End NVIDIA
|
||||||
|
|
||||||
|
|
||||||
home-manager = {
|
home-manager = {
|
||||||
extraSpecialArgs = { inherit inputs outputs; };
|
extraSpecialArgs = { inherit inputs outputs; };
|
||||||
|
|
@ -72,6 +74,16 @@
|
||||||
|
|
||||||
environment.shells = with pkgs; [ zsh ];
|
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 = {
|
users.users = {
|
||||||
horseman = {
|
horseman = {
|
||||||
initialPassword = "1234";
|
initialPassword = "1234";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue