Change zbox to a server
This commit is contained in:
parent
e6c6170bf5
commit
4def11d9b9
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue