Refactor things and make zippy an user node.
This commit is contained in:
11
common/dev-node.nix
Normal file
11
common/dev-node.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ pkgs, inputs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
deploy-rs
|
||||
docker
|
||||
jq
|
||||
];
|
||||
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
}
|
||||
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