Compare commits
No commits in common. "beefd362d49225f8b483dedd6a9e65edcf4e0c4f" and "d6d1f921e2e8b86ed7b9c311cf1ed93e0c33e059" have entirely different histories.
beefd362d4
...
d6d1f921e2
3 changed files with 0 additions and 55 deletions
24
flake.lock
generated
24
flake.lock
generated
|
|
@ -1263,29 +1263,6 @@
|
||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"rigging": {
|
|
||||||
"inputs": {
|
|
||||||
"flake-parts": [
|
|
||||||
"flake-parts"
|
|
||||||
],
|
|
||||||
"nixpkgs": [
|
|
||||||
"nixpkgs"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1771373909,
|
|
||||||
"narHash": "sha256-bUv9ZtGPOGINXirJoOUfICkpQ3pgwkAkcRXecF+RcEc=",
|
|
||||||
"ref": "refs/heads/main",
|
|
||||||
"rev": "6f555de30d23d32923e0280af185525ab8648774",
|
|
||||||
"revCount": 2,
|
|
||||||
"type": "git",
|
|
||||||
"url": "ssh://git@git.toph.so/toph/rigging.git"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"type": "git",
|
|
||||||
"url": "ssh://git@git.toph.so/toph/rigging.git"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"root": {
|
"root": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"agenix": "agenix",
|
"agenix": "agenix",
|
||||||
|
|
@ -1308,7 +1285,6 @@
|
||||||
"nixpkgs": "nixpkgs_7",
|
"nixpkgs": "nixpkgs_7",
|
||||||
"noctalia": "noctalia",
|
"noctalia": "noctalia",
|
||||||
"nur": "nur",
|
"nur": "nur",
|
||||||
"rigging": "rigging",
|
|
||||||
"stylix": "stylix",
|
"stylix": "stylix",
|
||||||
"unstable": "unstable",
|
"unstable": "unstable",
|
||||||
"waka-victoriametrics": "waka-victoriametrics"
|
"waka-victoriametrics": "waka-victoriametrics"
|
||||||
|
|
|
||||||
|
|
@ -12,11 +12,6 @@
|
||||||
import-tree.url = "github:vic/import-tree";
|
import-tree.url = "github:vic/import-tree";
|
||||||
easy-hosts.url = "github:tgirlcloud/easy-hosts";
|
easy-hosts.url = "github:tgirlcloud/easy-hosts";
|
||||||
deploy-rs.url = "github:serokell/deploy-rs";
|
deploy-rs.url = "github:serokell/deploy-rs";
|
||||||
rigging = {
|
|
||||||
url = "git+ssh://git@git.toph.so/toph/rigging.git";
|
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
|
||||||
inputs.flake-parts.follows = "flake-parts";
|
|
||||||
};
|
|
||||||
|
|
||||||
# System management
|
# System management
|
||||||
home-manager = {
|
home-manager = {
|
||||||
|
|
|
||||||
|
|
@ -1,26 +0,0 @@
|
||||||
# Bosun — multi-repo infrastructure management
|
|
||||||
# Declares hosts for this repo (no Nomad jobs — desktop/laptop only)
|
|
||||||
{inputs, ...}: {
|
|
||||||
imports = [
|
|
||||||
inputs.rigging.flakeModules.default
|
|
||||||
];
|
|
||||||
|
|
||||||
bosun = {
|
|
||||||
meta.name = "dotfiles";
|
|
||||||
hosts = {
|
|
||||||
endurance = {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
tags = ["desktop" "workstation"];
|
|
||||||
};
|
|
||||||
aepplet = {
|
|
||||||
system = "x86_64-linux";
|
|
||||||
tags = ["server" "data"];
|
|
||||||
};
|
|
||||||
vasa = {
|
|
||||||
system = "x86_64-darwin";
|
|
||||||
class = "darwin";
|
|
||||||
tags = ["laptop" "macos"];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Reference in a new issue