fix: extra-modules update
chore: added family smb share
This commit is contained in:
parent
9c8494f20c
commit
0156b0bdae
12
flake.lock
12
flake.lock
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
remotePath = "patri-data-important";
|
||||
automatic = true;
|
||||
}
|
||||
{
|
||||
inherit address credentials;
|
||||
remotePath = "family-data";
|
||||
automatic = true;
|
||||
}
|
||||
#{
|
||||
# inherit address credentials;
|
||||
# remotePath = "patri-paperless";
|
||||
|
|
Loading…
Reference in a new issue