Update
This commit is contained in:
parent
f2b659add1
commit
c9ba9b30fe
@ -13,7 +13,7 @@
|
|||||||
# System
|
# System
|
||||||
./system/git
|
./system/git
|
||||||
./system/shell
|
./system/shell
|
||||||
./system/sops/server.nix # You should probably remove this line
|
# ./system/sops/server.nix # You should probably remove this line
|
||||||
];
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
sops = {
|
sops = {
|
||||||
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
age.keyFile = "/home/hadi/.config/sops/age/keys.txt";
|
||||||
defaultSopsFile = "../../../secrets/server.yaml";
|
defaultSopsFile = "../../../secrets/server.yaml";
|
||||||
|
defaultSopsFormat = "yaml";
|
||||||
secrets = {
|
secrets = {
|
||||||
sshconfig = {
|
sshconfig = {
|
||||||
path = "/home/hadi/.ssh/config";
|
path = "/home/hadi/.ssh/config";
|
||||||
|
Loading…
Reference in New Issue
Block a user