From 56de43880da0fd53244168fc4956a85023d4c2eb Mon Sep 17 00:00:00 2001 From: noe Date: Sat, 30 Mar 2024 12:23:14 -0400 Subject: [PATCH] sapphic-engineer: add akkoma --- nixos/hosts/sapphic-engineer/.target | 1 + nixos/hosts/sapphic-engineer/default.nix | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 nixos/hosts/sapphic-engineer/.target diff --git a/nixos/hosts/sapphic-engineer/.target b/nixos/hosts/sapphic-engineer/.target new file mode 100644 index 0000000..661de05 --- /dev/null +++ b/nixos/hosts/sapphic-engineer/.target @@ -0,0 +1 @@ +sapphic-engineer.hoki-porgy.ts.net diff --git a/nixos/hosts/sapphic-engineer/default.nix b/nixos/hosts/sapphic-engineer/default.nix index f5445df..be9d130 100644 --- a/nixos/hosts/sapphic-engineer/default.nix +++ b/nixos/hosts/sapphic-engineer/default.nix @@ -5,12 +5,10 @@ ../../features/dns-cache.nix ../../features/telemetry - # ./akkoma.nix + ./akkoma.nix ]; networking.hostName = "sapphic-engineer"; system.stateVersion = "24.05"; nixpkgs.hostPlatform = "x86_64-linux"; - - }