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

@ -68,7 +68,7 @@ sops-generate-keys:
deploy target_host extra_flags="":
@test -f nixos/hosts/{{target_host}}/.target || { echo "Host cannot be deployed, add a .target file with SSH destination"; exit 1; }
ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\"
ssh -A `cat nixos/hosts/{{target_host}}/.target` sudo nixos-rebuild switch {{extra_flags}} --accept-flake-config --flake \"git+https://codeberg.org/noe/nixos.git?ref={{branch}}\&rev={{commit}}#{{target_host}}\"
#
ssh target_host *args='':

6
flake.lock generated
View file

@ -571,11 +571,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1710110055,
"narHash": "sha256-Ytk8pGJpKJorcwcArWb+6UGEvZUgHBPIvPBthgXkC1I=",
"lastModified": 1710114558,
"narHash": "sha256-W/QyuLZbZXxwGxhxclyfd+jnNo4wtuRDdQ4dvgtnznc=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "b1da94375cf40d4774f0d29a0dd21d4d07087723",
"rev": "4e0a85752775cb57f81af602fe19cd1d39c8179f",
"type": "github"
},
"original": {

View file

@ -19,8 +19,4 @@
# im blind LOL
#programs.kitty.settings.font_size = 16;
home.packages = with pkgs; [
cider
];
}

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";
}