New mothership host

This commit is contained in:
Andrea Ciceri 2023-04-01 11:39:46 +02:00
parent a18eb2e7c3
commit cc49f8b491
No known key found for this signature in database
3 changed files with 156 additions and 1 deletions

View file

@ -166,7 +166,7 @@
];
};
hs = {};
devbox = {
mothership = {
extraModules = [inputs.disko.nixosModules.disko];
extraHmModules = [
inputs.ccrEmacs.hmModules.default
@ -181,7 +181,9 @@
}
];
secrets = {
"cachix" = {};
"git-workspace-tokens".owner = "ccr";
"magit-forge-github-token".owner = "ccr";
};
};
};