Compare commits

...

2 commits

Author SHA1 Message Date
Lilith
c1b1b14be1
Merge branch 'main' of git.firelilith.org:lilith/nixos 2025-08-15 16:15:53 +02:00
Lilith
ab212f04d4
mullvad 2025-08-15 16:15:48 +02:00
2 changed files with 4 additions and 0 deletions

View file

@ -10,6 +10,9 @@
]; ];
}; };
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"