change from mono-home-manager to full flake multi-system configuration
This commit is contained in:
20
home/secrets.nix
Normal file
20
home/secrets.nix
Normal file
@@ -0,0 +1,20 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
#imports = [
|
||||
# sops-nix.homeManagerModules.sops
|
||||
#];
|
||||
|
||||
home.packages = with pkgs; [ sops age ];
|
||||
|
||||
#sops = {
|
||||
# enable = true;
|
||||
# defaultSopsFile = ../secrets/secrets.enc.yaml;
|
||||
# age.keyFile = "${config.home.homeDirectory}/.config/sops/age/keys.txt";
|
||||
|
||||
# secrets.test = {
|
||||
# sopsFile = ../secrets/secrets.enc.yaml;
|
||||
# path = "%r/test.txt"; # will resolve to $XDG_RUNTIME_DIR/test.txt
|
||||
# };
|
||||
#};
|
||||
}
|
||||
Reference in New Issue
Block a user