mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
fix typo
This commit is contained in:
parent
9b3ff5a0e6
commit
8168aa1ec9
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
|||
services.zerotierone.enable = true;
|
||||
services.zerotierone.joinNetworks = [ "9e1948db638e9f93" ] ++ lib.optional (config.networking.hostName == "kuraokami") "7c31a21e86f9a75c";
|
||||
services.zerotierone.port = 9993;
|
||||
environment.systemPackages = with pkgs; lib.optinal config.jopejoe1.gui.enable moonlight-qt;
|
||||
environment.systemPackages = with pkgs; lib.optional config.jopejoe1.gui.enable moonlight-qt;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue