ps2live: init
This commit is contained in:
commit
7306ec2f9e
7 changed files with 10 additions and 9 deletions
|
@ -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;
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -1 +1 @@
|
|||
192.168.1.177
|
||||
root@192.168.1.177
|
||||
|
|
|
@ -11,4 +11,5 @@
|
|||
|
||||
networking.hostName = "ps2live";
|
||||
system.stateVersion = "24.05";
|
||||
nixpkgs.hostPlatform = "x86_64-linux";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue