summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common.nix')
-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?