Fix: IDEK

This commit is contained in:
Joey Hafner 2025-02-06 01:38:06 -08:00
parent 0be514c6e0
commit 1dc87e868f
Signed by: Jafner
GPG Key ID: 6D9A24EF2F389E55
2 changed files with 2 additions and 1 deletions

View File

@ -268,6 +268,7 @@
modules = [
./systems/fighter/configuration.nix
inputs.home-manager.nixosModules.home-manager
inputs.sops-nix.nixosModules.sops
];
inherit system pkgs;
specialArgs = { inherit sys flake; };

View File

@ -1,5 +1,5 @@
{ sys, pkgs, inputs, flake, ... }: {
imports = [ inputs.sops-nix.nixosModules.sops ];
#imports = [ inputs.sops-nix.nixosModules.sops ];
sops = {
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
age.generateKey = false;