forked from DGNum/infrastructure
Tom Hubrecht
ecbad0a638
This adds subdirectories for the different types of systems, for the modules and the machines
9 lines
217 B
Nix
9 lines
217 B
Nix
{ pkgs, ... }:
|
|
{
|
|
# Ask Ryan for administration
|
|
# as he's using one of his N phone numbers for the registration.
|
|
services.signald = {
|
|
enable = true;
|
|
};
|
|
environment.systemPackages = [ pkgs.signaldctl ];
|
|
}
|