diff --git a/home/Aloria.nix b/home/Aloria.nix index cbe285a..2e902c9 100644 --- a/home/Aloria.nix +++ b/home/Aloria.nix @@ -10,6 +10,7 @@ home.packages = with pkgs; [ distrobox gnome-disk-utility + moonlight-qt ]; services.hyprpaper = { diff --git a/home/hyprland/files/wallpaper.jpg b/home/hyprland/files/wallpaper.jpg new file mode 100644 index 0000000..4f312c4 Binary files /dev/null and b/home/hyprland/files/wallpaper.jpg differ diff --git a/hosts/Aloria/default.nix b/hosts/Aloria/default.nix index 39d9bbc..c761bc9 100644 --- a/hosts/Aloria/default.nix +++ b/hosts/Aloria/default.nix @@ -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 = [{