some incomplete homelab config + scans
This commit is contained in:
parent
d6bd6e19ca
commit
db6045113d
7 changed files with 48 additions and 8 deletions
3
modules/system/homelab/git.nix
Normal file
3
modules/system/homelab/git.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
|
||||
}
|
||||
3
modules/system/homelab/idp.nix
Normal file
3
modules/system/homelab/idp.nix
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{ ... }: {
|
||||
|
||||
}
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
enable = true;
|
||||
virtualHosts."cdn" = {
|
||||
listen = [{ ip = "*"; port = 3000; }];
|
||||
documentRoot = "/srv/dev-disk-by-uuid-f1ee1d17-e852-4e02-ae86-eaf6116a2aeb/NAS";
|
||||
documentRoot = "/mnt/share";
|
||||
extraConfig = ''
|
||||
Options +Indexes +FollowSymLinks
|
||||
Require all granted
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"server min protocol" = "SMB2_02";
|
||||
};
|
||||
"NAS" = {
|
||||
path = "/srv/dev-disk-by-uuid-f1ee1d17-e852-4e02-ae86-eaf6116a2aeb/NAS/";
|
||||
path = "/mnt/share";
|
||||
browseable = "yes";
|
||||
"read only" = "no";
|
||||
"create mask" = "0664";
|
||||
|
|
|
|||
|
|
@ -2,8 +2,8 @@
|
|||
imports = [
|
||||
./homelab/share.nix
|
||||
./homelab/dns.nix
|
||||
./homelab/git.nix
|
||||
./homelab/idp.nix
|
||||
./base.nix
|
||||
];
|
||||
|
||||
services.openssh.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue