Flake: more stuff I forgor

This commit is contained in:
blahai 2024-11-13 21:07:51 +02:00
parent 4fddc56e19
commit f62fda8150
No known key found for this signature in database
2 changed files with 51 additions and 46 deletions

View file

@ -33,6 +33,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
deploy-rs = {
url = "github:serokell/deploy-rs";
inputs.nixpkgs.follows = "nixpkgs";
};
ags = {
url = "github:Aylur/ags";
inputs.nixpkgs.follows = "nixpkgs";
@ -99,7 +104,7 @@
};
epimetheus = nixpkgs.lib.nixosSystem {
modules = [ ./hosts/epimetheus/configuration.nix ];
modules = [ ./hosts/epimetheus/configuration.nix disko.nixosModules.disko ];
};
};
};