mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 22:29:06 +01:00
workstations: Enable alloy
This commit is contained in:
parent
3836b76427
commit
72a9eff74c
1 changed files with 4 additions and 0 deletions
|
|
@ -25,6 +25,10 @@
|
||||||
services = {
|
services = {
|
||||||
sound.enable = true;
|
sound.enable = true;
|
||||||
syncthing.enable = true;
|
syncthing.enable = true;
|
||||||
|
alloy = {
|
||||||
|
enable = true;
|
||||||
|
domain = null;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue