From 38231218792e8cb112c229fc6b55cdcb5caae95c Mon Sep 17 00:00:00 2001 From: Jakub Stachurski Date: Sat, 4 Oct 2025 13:41:12 +0200 Subject: Fix spotifyd and add nom + update script --- common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common.nix') diff --git a/common.nix b/common.nix index 1dab9f0..2b1a479 100644 --- a/common.nix +++ b/common.nix @@ -63,6 +63,9 @@ # D ]; + networking.hosts = { + "0.0.0.0" = ["apresolve.spotify.com"]; + }; # This option defines the first version of NixOS you have installed on this particular machine, # DO NOT CHANGE UNLESS USING NIXOS-INSTALL system.stateVersion = "24.11"; # Did you read the comment? -- cgit v1.3.1