home

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

commit 3de09f14d194f501348d8cf12002dce7c5817a9f
parent 6e5b55655070fee1116d1b17f867ecc22ddcb4ad
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 22 Oct 2021 18:59:31 +0200

clean hosts.nix

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

Diffstat:
Mhosts.nix | 7-------
1 file changed, 0 insertions(+), 7 deletions(-)

diff --git a/hosts.nix b/hosts.nix @@ -1,11 +1,4 @@ { naruhodo = { arch = "x86_64-linux"; type = "unstable"; }; aomi = { arch = "x86_64-linux"; type = "unstable"; }; - # servers - # FIXME(vdemeester) move this away - hokkaido = { arch = "x86_64-linux"; }; - wakasu = { arch = "x86_64-linux"; }; - kerkouane = { arch = "x86_64-linux"; }; - # okinawa = { arch = "x86_64-linux"; }; # okinawa died - sakhalin = { arch = "x86_64-linux"; }; }