Add cinder

main
Ashelyn Dawn 4 months ago
parent eeaf563425
commit 368b019c11
No known key found for this signature in database
GPG Key ID: D1980B8C6F349BC1

@ -20,6 +20,21 @@
"url": "ssh://git@git.tempest.dev/ashe/ashen-earth"
}
},
"cinder": {
"locked": {
"lastModified": 1704440962,
"narHash": "sha256-gnKy6jqR+FA8ywHKLVzWMYIC7ba94/3S41H+ue0ocPM=",
"ref": "refs/heads/main",
"rev": "e58ff08b0f1c29e987fda51ff8db2cfcc94deada",
"revCount": 2,
"type": "git",
"url": "ssh://git@git.tempest.dev/cinder/seance-config"
},
"original": {
"type": "git",
"url": "ssh://git@git.tempest.dev/cinder/seance-config"
}
},
"deploy-rs": {
"inputs": {
"flake-compat": "flake-compat",
@ -487,6 +502,7 @@
"root": {
"inputs": {
"ashen-earth": "ashen-earth",
"cinder": "cinder",
"deploy-rs": "deploy-rs",
"drowning": "drowning",
"gotosocial": "gotosocial",

@ -14,6 +14,7 @@
drowning.url = "git+http://git.tempest.dev/ashe/drowning-among-stars";
seance.url = "git+ssh://git@git.tempest.dev/ashe/seance";
pounce.url = "git+http://git.tempest.dev/ashe/nixos-wrapper-pounce";
cinder.url = "git+ssh://git@git.tempest.dev/cinder/seance-config";
};
outputs = {
@ -31,6 +32,7 @@
drowning,
seance,
pounce,
cinder,
}: {
nixosConfigurations = {
nyx = nixpkgs.lib.nixosSystem {
@ -49,6 +51,7 @@
drowning.nixosModule
seance.nixosModule
pounce.nixosModule
cinder.nixosModule
./hosts/nyx/include/acme.nix
./hosts/nyx/include/nginx.nix

Loading…
Cancel
Save