mirror of
https://git.lgmrszd.xyz/Lgmrszd/nix-cfg.git
synced 2025-12-16 00:18:19 +01:00
laptop: tweaks
This commit is contained in:
parent
6d597df30d
commit
1688632231
3 changed files with 16 additions and 18 deletions
|
|
@ -386,6 +386,8 @@ in
|
|||
kdePackages.akonadi-import-wizard
|
||||
kdePackages.flatpak-kcm
|
||||
|
||||
mono # for Duck Game Rebuit
|
||||
|
||||
git
|
||||
git-crypt
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
|
|
@ -457,6 +459,11 @@ in
|
|||
settings.PermitRootLogin = "no";
|
||||
};
|
||||
|
||||
services.mullvad-vpn = {
|
||||
enable = true;
|
||||
package = pkgs.mullvad-vpn;
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
networking.firewall.trustedInterfaces = [ "p2p-wl+" "tailscale0" ];
|
||||
# 24800 for input-leap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue