From 0e50a76dd616711a3faed0f2a6d6c2945d867846 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 28 Aug 2023 18:31:48 -0700 Subject: [PATCH] Nostromo shouldn't server docker. --- hosts/nostromo.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/nostromo.nix b/hosts/nostromo.nix index 29b23c3..4a6a2a7 100644 --- a/hosts/nostromo.nix +++ b/hosts/nostromo.nix @@ -1,6 +1,5 @@ { description = "sea.fudo.org primary server."; - docker-server = true; # ssh-fingerprints = [ # "1 1 075ee0ae86debffa6fd61436984b39e4699c93c6" # "1 2 17a555b21fe08841c8dfb0d598dc2da117b94bf5a94cbf2c6b391eafd3e2c15e" @@ -18,7 +17,8 @@ nixos-system = true; machine-id = "709076ea18254f8f9097c4e54dde5ab3"; master-key = { - public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIODtNR4b43ZJgyGo9Hc+CmC4+bzgxbsVYI9fhDqjyRSo"; + public-key = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIODtNR4b43ZJgyGo9Hc+CmC4+bzgxbsVYI9fhDqjyRSo"; key-path = "/state/master-key/key"; }; # initrd-ip = "10.0.5.10";