feat: Encryption
This commit is contained in:
@@ -19,6 +19,10 @@ in {
|
||||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
home.packages = [
|
||||
pkgs.sops
|
||||
];
|
||||
|
||||
sops = {
|
||||
age.keyFile = cfg.keyFile;
|
||||
defaultSopsFile = ../../users/${config.home.username}/secrets.yaml;
|
||||
|
||||
Reference in New Issue
Block a user