refactor3
This commit is contained in:
parent
b9e206af24
commit
f012a7d409
16661 changed files with 71 additions and 1480464 deletions
|
|
@ -3,10 +3,10 @@
|
|||
in {
|
||||
|
||||
sops.secrets."syncthing/key.pem" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
};
|
||||
sops.secrets."syncthing/cert.pem" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
};
|
||||
|
||||
services.syncthing = {
|
||||
|
|
@ -39,10 +39,6 @@
|
|||
path = "/home/lilith/.keepass";
|
||||
devices = ["phone" "nixserver" "lilith-pad" "lilith-pc" "lilith-old"];
|
||||
};
|
||||
"7qim7-yzqpn" = {
|
||||
path = "/home/lilith/obsidian";
|
||||
devices = ["phone" "nixserver" "lilith-pad" "lilith-pc" "lilith-old"];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -13,16 +13,16 @@
|
|||
|
||||
sops.secrets = {
|
||||
"user/password" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
neededForUsers = true;
|
||||
};
|
||||
"user/ssh/private" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
path = "/home/lilith/.ssh/id_ed25519";
|
||||
owner = "lilith";
|
||||
};
|
||||
"user/ssh/public" = {
|
||||
sopsFile = ../hosts/${host}/secrets/default.yaml;
|
||||
sopsFile = ../../hosts/${host}/secrets/default.yaml;
|
||||
path = "/home/lilith/.ssh/id_ed25519.pub";
|
||||
owner = "lilith";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
stylix = {
|
||||
enable = true;
|
||||
|
||||
image = ../../../wallpapers/default.png;
|
||||
image = ../../wallpapers/default.png;
|
||||
polarity = "dark";
|
||||
|
||||
opacity = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue