Kieran's opinionated (and probably slightly dumb) nix config

chore: remove prattle from deploy

dunkirk.sh 9923b828 bca83622

verified
-9
-9
flake.nix
··· 260 260 # Deploy-rs configurations 261 261 deploy.nodes = { 262 262 # NixOS servers 263 - prattle = { 264 - hostname = "prattle"; 265 - profiles.system = { 266 - sshUser = "kierank"; 267 - user = "root"; 268 - path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.prattle; 269 - }; 270 - }; 271 - 272 263 terebithia = { 273 264 hostname = "terebithia"; 274 265 profiles.system = {