fix: extra-modules update

chore: added family smb share
This commit is contained in:
Patrick Großmann 2024-01-18 20:10:54 +01:00
parent 9c8494f20c
commit 0156b0bdae
Signed by: patrick
GPG key ID: 451F95EFB8BECD0F
3 changed files with 12 additions and 7 deletions

View file

@ -1054,12 +1054,12 @@
"pre-commit-hooks": "pre-commit-hooks_2"
},
"locked": {
"dirtyRev": "3057e049e731190def8e9c5bea5467b3edcdd93e-dirty",
"dirtyShortRev": "3057e04-dirty",
"lastModified": 1705280248,
"narHash": "sha256-c/BOXNxZ2Yf6FntFUxYROlxkxJ8kKfpjcwCxdwb9UAw=",
"type": "git",
"url": "file:///home/patrick/repos/nix/nixos-extra-modules"
"lastModified": 1705582795,
"narHash": "sha256-hfP3TcXu76XHtwkIoTQSQLAe00yHrS1/Vt+pMZdsNRg=",
"owner": "oddlama",
"repo": "nixos-extra-modules",
"rev": "dca8158b4f4354d7898439f4d449d0bfc4f6ebac",
"type": "github"
},
"original": {
"owner": "oddlama",

View file

@ -25,6 +25,7 @@ in {
keepalive 5 ;
'';
};
virtualHosts.${vaultwardendomain} = {
forceSSL = true;
useACMEHost = "web";
@ -147,7 +148,6 @@ in {
zfs."/paperless" = lib.mkIf enableSharedPaperless {
pool = "panzer";
dataset = "bunker/shared/paperless";
shared = true;
};
modules = [
../../modules/config

View file

@ -13,6 +13,11 @@
remotePath = "patri-data-important";
automatic = true;
}
{
inherit address credentials;
remotePath = "family-data";
automatic = true;
}
#{
# inherit address credentials;
# remotePath = "patri-paperless";