summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-04 13:41:12 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-10-04 13:41:12 +0200
commit38231218792e8cb112c229fc6b55cdcb5caae95c (patch)
tree0a2e86cdfb9755fb4b832f89bf107c6dfdb12b70 /common.nix
parentdc44f954a0db4e484da80377f645d459fcf901dc (diff)
Fix spotifyd and add nom + update script
Diffstat (limited to '')
-rw-r--r--common.nix3
1 files changed, 3 insertions, 0 deletions
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?