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"
|
"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",
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue