activate printerfacts
Signed-off-by: Xe <me@christine.website>
This commit is contained in:
parent
4b530a1cb1
commit
a5508e8cee
|
@ -41,7 +41,12 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
logos = mkSystem [ ./hosts/logos ./hardware/alrest ];
|
logos = mkSystem [ ./hosts/logos ./hardware/alrest ({...}: {
|
||||||
|
within.services.printerfacts = {
|
||||||
|
enable = true;
|
||||||
|
domain = "logos.shark-harmonic.ts.net";
|
||||||
|
};
|
||||||
|
}) ];
|
||||||
|
|
||||||
# vms
|
# vms
|
||||||
## logos
|
## logos
|
||||||
|
|
Loading…
Reference in New Issue