nix bare for netcup

This commit is contained in:
Harivansh Rathi 2026-03-29 13:35:07 -04:00
parent 0804b2a49b
commit ef6da7dc79
6 changed files with 195 additions and 12 deletions

21
flake.lock generated
View file

@ -56,6 +56,26 @@
"type": "github"
}
},
"disko": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1773889306,
"narHash": "sha256-PAqwnsBSI9SVC2QugvQ3xeYCB0otOwCacB1ueQj2tgw=",
"owner": "nix-community",
"repo": "disko",
"rev": "5ad85c82cc52264f4beddc934ba57f3789f28347",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "disko",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -244,6 +264,7 @@
"inputs": {
"agentcomputer-cli": "agentcomputer-cli",
"claudeCode": "claudeCode",
"disko": "disko",
"googleworkspace-cli": "googleworkspace-cli",
"home-manager": "home-manager",
"nix-darwin": "nix-darwin",