mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-04-18 19:24:09 +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
|
||||
localAddress = "192.168.100.5/24";
|
||||
config = {
|
||||
system.stateVersion = "25.05";
|
||||
services.mastodon = {
|
||||
enable = true;
|
||||
streamingProcesses = (lib.elemAt config.facter.report.hardware.cpu 0).cores - 1;
|
||||
localDomain = "nyan.social";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue