From 008191be2df8563b2f1d1b31d7b2e51a244adda4 Mon Sep 17 00:00:00 2001 From: cy Date: Sat, 28 Dec 2024 23:20:41 -0500 Subject: [PATCH] make ghost work --- flake.nix | 1 + hosts/titan/default.nix | 1 + 2 files changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index 2018ac4..c5c0be2 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,7 @@ } ./hosts/titan disko.nixosModules.disko + inputs.sops-nix.nixosModules.sops ]; }; }; diff --git a/hosts/titan/default.nix b/hosts/titan/default.nix index 0f1e88b..209a9b2 100644 --- a/hosts/titan/default.nix +++ b/hosts/titan/default.nix @@ -6,6 +6,7 @@ ../common.nix ./disk-config.nix ./hardware-configuration.nix + ./ghost.nix ]; sops.age.keyFile = "/root/.config/sops/age/keys.txt";