From 4def11d9b9e22a0ca6ff727e244aec79f70521e0 Mon Sep 17 00:00:00 2001 From: niten Date: Mon, 20 Nov 2023 16:22:56 -0800 Subject: [PATCH] Change zbox to a server --- hosts/zbox.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/zbox.nix b/hosts/zbox.nix index cb29b2e..2f68c59 100644 --- a/hosts/zbox.nix +++ b/hosts/zbox.nix @@ -1,17 +1,17 @@ { - description = "Niten's primary desktop."; + description = "Seattle CCTV."; rp = "niten"; admin-email = "niten@fudo.org"; - enable-gui = true; - profile = "desktop"; + enable-gui = false; + profile = "server"; domain = "sea.fudo.org"; site = "seattle"; - android-dev = true; arch = "x86_64-linux"; nixos-system = true; machine-id = "e5f456e3183a4dc186181a70bc3af2d1"; master-key = { - public-key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDsn68vDKV4jnBuICSDX/2Gpnshbrz0r9t4lXIke1vqh"; + public-key = + "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE64j2PrkiXul+DFF9InFmrrAYXUNxnBX+4EurhbXw13"; key-path = "/state/master-key/key"; }; # initrd-ip = "10.0.5.110";