mirror of
https://github.com/Moe1369/nix-fleet.git
synced 2026-04-24 15:59:06 +02:00
sops debugging
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ inputs, ... }: {
|
||||
flake.nixosModules.security-sys-sopsnix = { pkgs, ... }: {
|
||||
flake.nixosModules.security-sys-sopsnix = { config, pkgs, ... }: {
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
sops.age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
environment.systemPackages = [ pkgs.age pkgs.sops ];
|
||||
|
||||
Reference in New Issue
Block a user