This commit is contained in:
commit
7d364cdfac
69 changed files with 5268 additions and 0 deletions
12
hosts/rx4/services/print-server.nix
Normal file
12
hosts/rx4/services/print-server.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
inputs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.nixosModules.print-server
|
||||
];
|
||||
|
||||
services.print-server.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue