Refactor things and make zippy an user node.

This commit is contained in:
2024-09-11 19:17:20 +01:00
parent 82ec765245
commit 93d59fe762
5 changed files with 28 additions and 15 deletions

10
common/nomad-client.nix Normal file
View File

@@ -0,0 +1,10 @@
{ pkgs, ... }:
{
services.nomad.enable = false;
environment.systemPackages = with pkgs; [
nomad
wander
damon
];
}