Configure sops
for the personal user
This commit is contained in:
parent
90c7cb0d98
commit
58ea2512a9
|
@ -1,4 +1,4 @@
|
||||||
{ user, ... }: {
|
{ config, user, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./common.nix
|
./common.nix
|
||||||
];
|
];
|
||||||
|
@ -6,6 +6,12 @@
|
||||||
config = {
|
config = {
|
||||||
home.stateVersion = "23.11";
|
home.stateVersion = "23.11";
|
||||||
|
|
||||||
|
sops = {
|
||||||
|
age.sshKeyPaths = [
|
||||||
|
"${config.home.homeDirectory}/.ssh/id_ed25519"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
home-manager.enable = true;
|
home-manager.enable = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue