mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-20 03:34:07 +02:00
add missing options
This commit is contained in:
parent
cd4b0a78da
commit
b4499da9e6
1 changed files with 2 additions and 0 deletions
|
@ -101,9 +101,11 @@
|
||||||
hostBridge = "br0"; # Specify the bridge name
|
hostBridge = "br0"; # Specify the bridge name
|
||||||
localAddress = "192.168.100.5/24";
|
localAddress = "192.168.100.5/24";
|
||||||
config = {
|
config = {
|
||||||
|
system.stateVersion = "25.05";
|
||||||
services.mastodon = {
|
services.mastodon = {
|
||||||
enable = true;
|
enable = true;
|
||||||
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
||||||
|
localDomain = "nyan.social";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue