mirror of
https://github.com/blahai/nyx.git
synced 2025-06-19 14:27:01 -04:00
Flake: more stuff I forgor
This commit is contained in:
parent
4fddc56e19
commit
f62fda8150
2 changed files with 51 additions and 46 deletions
|
@ -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 ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue