change from mono-home-manager to full flake multi-system configuration
This commit is contained in:
18
modules/secrets.nix
Normal file
18
modules/secrets.nix
Normal file
@@ -0,0 +1,18 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
sops
|
||||
age
|
||||
];
|
||||
|
||||
sops = {
|
||||
#defaultSopsFile = ./../secrets/secrets.enc.yaml;
|
||||
age.keyFile = "/home/wieerwill/.config/sops/age/keys.txt";
|
||||
};
|
||||
|
||||
#sops.secrets.git-email = {
|
||||
# owner = "wieerwill";
|
||||
# path = "/home/wieerwill/.config/git-email";
|
||||
#};
|
||||
}
|
||||
Reference in New Issue
Block a user