Move secrets to system only

This commit is contained in:
Jimbo 2024-12-20 19:08:07 -05:00
parent 6d1f2dcf73
commit 160dd14d55
5 changed files with 6 additions and 2 deletions

2
.gitattributes vendored
View file

@ -1 +1 @@
modules/extras/variables/secrets/** filter=git-crypt diff=git-crypt modules/system/secrets/** filter=git-crypt diff=git-crypt

View file

@ -5,7 +5,6 @@
./domains ./domains
./ips ./ips
./look ./look
./secrets
./workspaces ./workspaces
]; ];
} }

View file

@ -5,6 +5,7 @@
./devices ./devices
./options ./options
./programs ./programs
./secrets
./services ./services
./settings ./settings
../extras ../extras

View file

@ -24,4 +24,8 @@
} }
''; '';
}; };
systemd.services.nginx.serviceConfig = {
ReadWritePaths = [ "/var/www/Jimbo-Landing-Page/streams/hls/" ];
};
} }