This commit is contained in:
Lilith 2025-08-15 16:15:48 +02:00
parent c1ffc32ab6
commit ab212f04d4
No known key found for this signature in database
GPG key ID: 272C807BD91F8446
3 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,4 @@
{ pkgs, lib, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
gcc gcc

View file

@ -7,6 +7,9 @@
plugins = with pkgs; [ networkmanager-vpnc ]; plugins = with pkgs; [ networkmanager-vpnc ];
}; };
services.resolved.enable = true;
services.mullvad-vpn.enable = true;
networking.nameservers = [ networking.nameservers = [
"192.168.178.1" "192.168.178.1"
"192.168.178.111" "192.168.178.111"

View file

@ -28,6 +28,7 @@
"nixos" "nixos"
"sync" "sync"
"code" "code"
"games"
".keepass" ".keepass"
".local/share/direnv" ".local/share/direnv"