Refactor things and make zippy an user node.
This commit is contained in:
10
common/nomad-client.nix
Normal file
10
common/nomad-client.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.nomad.enable = false;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
nomad
|
||||
wander
|
||||
damon
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user