mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-09 04:19:19 -08:00
feat: interoperate [deploy-rs, colmena]
This commit is contained in:
parent
0fef01bfe6
commit
f108a20f26
15 changed files with 235 additions and 122 deletions
|
|
@ -52,8 +52,12 @@ _: let
|
|||
};
|
||||
in {
|
||||
arch = "aarch64";
|
||||
deploy.hostname = "daiyousei.inskip.me";
|
||||
type = "NixOS";
|
||||
deploy.hostname = "daiyousei.inskip.me";
|
||||
colmena.tags = [
|
||||
"server"
|
||||
"oci"
|
||||
];
|
||||
modules = [
|
||||
hostConfig
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue