Move secrets to system only
This commit is contained in:
parent
6d1f2dcf73
commit
160dd14d55
2
.gitattributes
vendored
2
.gitattributes
vendored
|
@ -1 +1 @@
|
|||
modules/extras/variables/secrets/** filter=git-crypt diff=git-crypt
|
||||
modules/system/secrets/** filter=git-crypt diff=git-crypt
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
./domains
|
||||
./ips
|
||||
./look
|
||||
./secrets
|
||||
./workspaces
|
||||
];
|
||||
}
|
||||
|
|
|
@ -5,6 +5,7 @@
|
|||
./devices
|
||||
./options
|
||||
./programs
|
||||
./secrets
|
||||
./services
|
||||
./settings
|
||||
../extras
|
||||
|
|
|
@ -24,4 +24,8 @@
|
|||
}
|
||||
'';
|
||||
};
|
||||
|
||||
systemd.services.nginx.serviceConfig = {
|
||||
ReadWritePaths = [ "/var/www/Jimbo-Landing-Page/streams/hls/" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue