home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit d808964b590430d49af5441a98bbf75972aa0e4c
parent 2f027f8f8955301b4a4ed5b31df62ae7fd597c0e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sun,  3 Jan 2021 11:16:52 +0100

systems: remove hokkaido duplicate

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Msystems/modules/profiles/home.nix | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/systems/modules/profiles/home.nix b/systems/modules/profiles/home.nix @@ -18,8 +18,6 @@ in hosts = with machines; mkIf secretCondition { "${home.ips.honshu}" = [ "honshu.home" ]; #"${wireguard.ips.honshu}" = [ "honshu.vpn" ]; - "${home.ips.hokkaido}" = [ "hokkaido.home" ]; - "${wireguard.ips.hokkaido}" = [ "hokkaido.vpn" ]; "${home.ips.shikoku}" = [ "shikoku.home" ]; "${wireguard.ips.shikoku}" = [ "shikoku.vpn" ]; "${home.ips.wakasu}" = [ "wakasu.home" ];