attempt at peertube
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -1,7 +1,10 @@
|
||||
{
|
||||
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
peertube.url = "git+https://git.immae.eu/perso/Immae/Config/Nix.git?dir=flakes/peertube&rev=ded643e14096a7cb166c78dd961cf68fb4ddb0cf";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs }: {
|
||||
outputs = { self, nixpkgs, peertube }: {
|
||||
|
||||
nixosConfigurations = {
|
||||
"reg" = nixpkgs.lib.nixosSystem {
|
||||
@@ -10,7 +13,10 @@
|
||||
};
|
||||
"mitty" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [ ./machines/mitty/configuration.nix ];
|
||||
modules = [
|
||||
./machines/mitty/configuration.nix
|
||||
peertube.nixosModule
|
||||
];
|
||||
};
|
||||
"nanachi" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user