fix(gallifrey): add empty ip to calm down CI

This commit is contained in:
Julien Malka 2024-10-13 12:36:30 +02:00
parent 3c1b8a541e
commit 89d4209200
Signed by: Luj
GPG key ID: 6FC74C847011FD83

View file

@ -17,6 +17,7 @@
nixpkgs_version = inputs.unstable;
hm_version = inputs.home-manager-unstable;
profiles = with profiles; [ sound ];
ips = "";
};
networking.hostName = "gallifrey";