Fix: IDEK
This commit is contained in:
parent
0be514c6e0
commit
1dc87e868f
@ -268,6 +268,7 @@
|
|||||||
modules = [
|
modules = [
|
||||||
./systems/fighter/configuration.nix
|
./systems/fighter/configuration.nix
|
||||||
inputs.home-manager.nixosModules.home-manager
|
inputs.home-manager.nixosModules.home-manager
|
||||||
|
inputs.sops-nix.nixosModules.sops
|
||||||
];
|
];
|
||||||
inherit system pkgs;
|
inherit system pkgs;
|
||||||
specialArgs = { inherit sys flake; };
|
specialArgs = { inherit sys flake; };
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{ sys, pkgs, inputs, flake, ... }: {
|
{ sys, pkgs, inputs, flake, ... }: {
|
||||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
#imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||||
sops = {
|
sops = {
|
||||||
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
|
age.sshKeyPaths = [ "/home/${sys.username}/${sys.ssh.privateKey}" ];
|
||||||
age.generateKey = false;
|
age.generateKey = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user