re-enabling librewolf

This commit is contained in:
2025-02-15 17:34:20 -06:00
parent e3502b095d
commit 99e8ffeabc

View File

@@ -58,7 +58,7 @@ in
copyOwnershipFromParent = true; copyOwnershipFromParent = true;
type = if config.networking.hostName == "workstation" then "sendonly" else "receiveonly"; type = if config.networking.hostName == "workstation" then "sendonly" else "receiveonly";
devices = [ devices = [
# "server" "server"
"miniserver" "miniserver"
"workstation" "workstation"
]; ];