This commit is contained in:
2025-08-12 19:08:49 +00:00
parent f9a85fc581
commit 6cbfbd78c4
47 changed files with 188 additions and 175 deletions

View File

@@ -1,6 +1,5 @@
{
imports = [
../../modules/base
../../modules/darwin
../../modules/platform/darwin
];
}

View File

@@ -5,8 +5,7 @@
...
}: {
imports = [
../../../modules/base
../../../modules/nixos
../../../modules/platform/nixos
];
boot = {
@@ -51,13 +50,13 @@
nameservers = ["1.1.1.1"];
};
sops.secrets = {
tahani-syncthing-cert = {
sopsFile = "./secrets/tahani-syncthing-cert";
format = "binary";
path = "/home/${user}/.config/syncthing/cert.pem";
};
};
# sops.secrets = {
# tahani-syncthing-cert = {
# sopsFile = "./secrets/tahani-syncthing-cert";
# format = "binary";
# path = "/home/${user}/.config/syncthing/cert.pem";
# };
# };
services.syncthing = {
enable = true;