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

View file

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

View file

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