mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add microvm and notnft as inputs
Signed-off-by: Magic_RB <magic_rb@redalder.org>
This commit is contained in:
parent
7e0ec8153b
commit
974177b3fc
|
@ -16,6 +16,8 @@
|
|||
serokell-nix.url = "github:magicrb/serokell.nix";
|
||||
serokell-nix.inputs.haskell-nix.follows = "haskell-nix";
|
||||
website.url = "sourcehut:~magic_rb/website";
|
||||
microvm.url = "github:astro/microvm.nix";
|
||||
notnft.url = "github:chayleaf/notnft";
|
||||
|
||||
disko.url = "github:nix-community/disko";
|
||||
nixos-anywhere.url = "github:numtide/nixos-anywhere";
|
||||
|
@ -159,6 +161,9 @@
|
|||
telegraf = nixos/modules/telegraf.nix;
|
||||
grafana = nixos/modules/grafana.nix;
|
||||
influx-provisioning = nixos/modules/influx-provisioning.nix;
|
||||
microvm-extras = nixos/modules/microvm-extras.nix;
|
||||
microvm-extras-host = nixos/modules/microvm-extras-host.nix;
|
||||
notnft = nixos/modules/notnft.nix;
|
||||
};
|
||||
|
||||
flake.apps = inputs.nixpkgs.lib.genAttrs config.systems (system: {
|
||||
|
|
Loading…
Reference in a new issue