Fix: IDEK
This commit is contained in:
parent
0be514c6e0
commit
1dc87e868f
@ -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; };
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user