diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-05 11:53:58 +0000 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-12-05 11:53:58 +0000 |
| commit | 42cff06ed263aca59ca6a24805e6a9c43bc04344 (patch) | |
| tree | 0e158d8255090418a7500773b03b2013e426883e /modules | |
| parent | 9d962341ae3feaceb95ae03e7eaaeffe98708a6a (diff) | |
nixos 24.11 release, necessary changes
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/nixos/headscale.nix | 2 | ||||
| -rw-r--r-- | modules/nixos/hyprland.nix | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/modules/nixos/headscale.nix b/modules/nixos/headscale.nix index 3fd7083..871762b 100644 --- a/modules/nixos/headscale.nix +++ b/modules/nixos/headscale.nix @@ -11,7 +11,7 @@ in { settings = { logtail.enabled = false; serverUrl = "https://${subDomain}"; - dns_config.base_domain = "${domain}"; + dns.base_domain = "${domain}"; ip_prefixes = [ "100.64.0.0/10" "fd7a:115c:a1e0::/48" diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 6e72fa3..3c95763 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -3,10 +3,11 @@ enable = true; wlr.enable = true; extraPortals = [ + pkgs.xdg-desktop-portal-kde pkgs.xdg-desktop-portal-gnome (pkgs.xdg-desktop-portal-gtk.override { # Do not build portals that we already have. - buildPortalsInGnome = false; + # buildPortalsInGnome = false; }) ]; }; |
