ps2live: init

This commit is contained in:
41666 2024-03-10 19:56:24 -04:00
commit 7306ec2f9e
7 changed files with 10 additions and 9 deletions

View file

@ -10,6 +10,7 @@
../../features/wifi.nix
../../features/tailscale.nix
../../features/bluetooth.nix
../../features/telemetry
];
home-manager.users.noe = import ../../../home-manager/noe/hosts/cider.nix;

View file

@ -3,6 +3,7 @@
../../templates/proxmox-lxc.nix
../../server.nix
../../features/dns-cache.nix
../../features/telemetry
];
networking.hostName = "monitoring";
@ -57,6 +58,8 @@
(static "happystaticbuzz" [ node ])
(static "keylime" [ node ])
(static "keysmash" [ node ])
(static "cider" [ node ])
(static "monitoring" [ node ])
(static "ingress-proxy" [ node nginx ])
{
job_name = "pve_node";

View file

@ -1 +1 @@
192.168.1.177
root@192.168.1.177

View file

@ -11,4 +11,5 @@
networking.hostName = "ps2live";
system.stateVersion = "24.05";
nixpkgs.hostPlatform = "x86_64-linux";
}