Simplified flake
This commit is contained in:
parent
c1101e7b45
commit
221a31c506
2 changed files with 33 additions and 1807 deletions
1830
flake.lock
generated
1830
flake.lock
generated
File diff suppressed because it is too large
Load diff
10
flake.nix
10
flake.nix
|
|
@ -27,10 +27,6 @@
|
|||
# agenix-shell.url = "github:aciceri/agenix-shell"; # TODO
|
||||
# agenix-rekey.url = "github:oddlama/agenix-rekey"; # TODO
|
||||
# emanote.url = "github:srid/emanote";
|
||||
cute-api = {
|
||||
url = "git+ssh://git@gitlab.com/bertof/cute-api.git";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs:
|
||||
|
|
@ -47,6 +43,8 @@
|
|||
];
|
||||
};
|
||||
|
||||
cute-api = builtins.getFlake "git+ssh://git@gitlab.com/bertof/cute-api.git?ref=refs/tags/0.2.1-3";
|
||||
|
||||
basic_module = {
|
||||
nixpkgs = {
|
||||
config = nix-config;
|
||||
|
|
@ -161,7 +159,7 @@
|
|||
wl-update-background
|
||||
;
|
||||
|
||||
inherit (inputs.cute-api.packages.${system}) cute-api;
|
||||
inherit (cute-api.packages.${system}) cute-api;
|
||||
|
||||
# Installer ISO
|
||||
install-iso = inputs.nixos-generators.nixosGenerate {
|
||||
|
|
@ -351,7 +349,7 @@
|
|||
./nixos/minio_server.nix
|
||||
./nixos/nextcloud.nix
|
||||
./nixos/immich.nix
|
||||
inputs.cute-api.nixosModules.default
|
||||
cute-api.nixosModules.default
|
||||
{ services.cute-api = { enable = true; host = "0.0.0.0"; }; }
|
||||
# ./nixos/garage.nix
|
||||
# ./nixos/ntfy.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue