From bdc0498cb625d3b92b70818458e3e7e1038593eb Mon Sep 17 00:00:00 2001 From: hexchen Date: Mon, 30 Nov 2020 18:37:49 +0000 Subject: [PATCH] hainich: add peertube to hexchen for testing purposes --- configuration/hosts/hainich/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/hosts/hainich/configuration.nix b/configuration/hosts/hainich/configuration.nix index 659dbd6..35e1df0 100644 --- a/configuration/hosts/hainich/configuration.nix +++ b/configuration/hosts/hainich/configuration.nix @@ -95,6 +95,8 @@ ''; boot.kernelPackages = pkgs.linuxPackages; + + users.users.hexchen.packages = with pkgs; [ peertube ]; # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions