loptland: move to separate secrets file
This commit is contained in:
parent
3c380e7834
commit
7ab90a38ad
4 changed files with 48 additions and 3 deletions
|
@ -31,7 +31,10 @@ in
|
|||
};
|
||||
|
||||
services = {
|
||||
factorio-server = enabled;
|
||||
factorio-server = {
|
||||
enable = true;
|
||||
sopsFile = lib.snowfall.fs.get-file "secrets/secrets-loptland.yaml";
|
||||
};
|
||||
};
|
||||
|
||||
user.trustedPublicKeys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue