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";