home/natto/secrets: dont symlink

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2024-06-01 17:10:24 +05:30
parent 684b9a41cc
commit a882cc48b4
3 changed files with 4 additions and 0 deletions

View File

@@ -12,5 +12,6 @@
age.secrets.gitconfig = {
file = ./secrets/gitconfig.age;
path = "${config.home.homeDirectory}/.gitconfig";
symlink = false;
};
}

View File

@@ -88,8 +88,10 @@ in
};
};
age.secrets.mpdasrc = {
file = ./secrets/mpdasrc.age;
path = "${home}/.config/mpdasrc";
symlink = false;
};
}

View File

@@ -11,6 +11,7 @@ in
age.secrets.zshenv_secret = {
file = ./secrets/zshenv_secret;
path = secretPath;
symlink = false;
mode = "660";
};
}