Not sure what changed
This commit is contained in:
parent
55a3387697
commit
bdf08c122c
|
@ -10,6 +10,7 @@
|
|||
home.packages = with pkgs; [
|
||||
distrobox
|
||||
gnome-disk-utility
|
||||
moonlight-qt
|
||||
];
|
||||
|
||||
services.hyprpaper = {
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
|
@ -62,7 +62,7 @@ in {
|
|||
address = [ "10.0.0.5/24" "2a02:a03f:83ad:2101::5/128" ];
|
||||
privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key";
|
||||
listenPort = 51820;
|
||||
autostart = false;
|
||||
autostart = true;
|
||||
postUp = "resolvectl dns Tunnel 10.0.0.1; resolvectl domain Tunnel ~thomasave.be;";
|
||||
dns = ["10.0.0.1"];
|
||||
peers = [{
|
||||
|
@ -76,7 +76,7 @@ in {
|
|||
address = [ "10.0.0.5/24" "2a02:a03f:83ad:2101::5/128" ];
|
||||
privateKeyFile = "/home/user/.secrets/Wireguard/Aloria.key";
|
||||
listenPort = 51820;
|
||||
autostart = true;
|
||||
autostart = false;
|
||||
postUp = "resolvectl dns OPNsense 10.0.0.1; resolvectl domain OPNsense ~thomasave.be;";
|
||||
dns = ["10.0.0.1"];
|
||||
peers = [{
|
||||
|
|
Loading…
Reference in New Issue