observation conversion

This commit is contained in:
John Lancaster
2024-12-01 23:21:42 -06:00
parent 5cfe401b8c
commit 809d4ee6c1
4 changed files with 111 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ in
(import "${builtins.fetchTarball https://github.com/nix-community/home-manager/archive/release-24.05.tar.gz}/nixos")
(fetchTarball "https://github.com/nix-community/nixos-vscode-server/tarball/master")
./telegraf.nix
./promtail.nix
./portainer.nix
./watchtower.nix
];
environment.systemPackages = with pkgs; [
@@ -27,6 +30,7 @@ in
echo "${adPath} already exists"
fi
'')
unstable.uv
bash
git
eza
@@ -37,6 +41,8 @@ in
time.timeZone = "America/Chicago";
virtualisation.docker.enable = true;
virtualisation.oci-containers.backend = "docker";
services.vscode-server.enable = true;
services.openssh.enable = true;
services.tailscale.enable = true;