feat(odin): added upfast, personal project.
This commit is contained in:
parent
e72e2d2ef5
commit
88b6ecdd15
4 changed files with 284 additions and 1 deletions
|
@ -73,6 +73,9 @@
|
|||
|
||||
# secrets management
|
||||
agenix.url = "github:ryantm/agenix";
|
||||
|
||||
# My selfhosted service, inspired by 0x0.st
|
||||
upfast.url = "git+https://git.cronyakatsuki.xyz/crony/UpFast";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
@ -211,6 +214,7 @@
|
|||
};
|
||||
|
||||
odin = nixpkgs.lib.nixosSystem {
|
||||
specialArgs = {inherit inputs;};
|
||||
system = "aarch64-linux";
|
||||
modules = [
|
||||
disko.nixosModules.disko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue