Update go2rtc.nix
This commit is contained in:
parent
2121751329
commit
5ad79eaab8
1 changed files with 6 additions and 4 deletions
|
|
@ -7,12 +7,14 @@ let
|
||||||
in
|
in
|
||||||
|
|
||||||
{
|
{
|
||||||
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
|
||||||
imports = [
|
imports = [
|
||||||
"${sops-nix}/modules/sops"
|
"${sops-nix}/modules/sops"
|
||||||
# your other imports
|
# your other imports
|
||||||
];
|
];
|
||||||
|
|
||||||
|
config = lib.mkIf (config.networking.hostName == "FredOS-Mediaserver") {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue