mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
nixify some more bots
This commit is contained in:
parent
970ddcdacb
commit
5cbf915808
7 changed files with 120 additions and 39 deletions
|
@ -37,6 +37,10 @@
|
|||
url = "github:therealr5/TruckSimulatorBot";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
pfersel = {
|
||||
url = "github:therealr5/pfersel";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
lanzaboote = {
|
||||
url = "github:nix-community/lanzaboote/v0.3.0";
|
||||
|
@ -58,6 +62,7 @@
|
|||
, lanzaboote
|
||||
, purge
|
||||
, trucksimulatorbot
|
||||
, pfersel
|
||||
, helix
|
||||
, ...
|
||||
}@attrs: {
|
||||
|
@ -123,6 +128,7 @@
|
|||
sops-nix.nixosModules.sops
|
||||
purge.nixosModules.default
|
||||
trucksimulatorbot.nixosModules.default
|
||||
pfersel.nixosModules.default
|
||||
];
|
||||
};
|
||||
vm = nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue