-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
freefb: use adv mon and fix permissions
- Loading branch information
1 parent
30eaa56
commit 1c78203
Showing
2 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -110,7 +110,7 @@ in { | |
systemd.secrets = { | ||
freefb = { | ||
units = [ "freefb.service" ]; | ||
files = secrets.mkSecret secrets.freefb.configFile {}; | ||
files = secrets.mkSecret secrets.freefb.configFile { user = "freefb"; }; | ||
}; | ||
sshd = { | ||
units = [ "[email protected]" ]; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters