Compare commits

...

4 commits

Author SHA1 Message Date
96c68a9e64 add k9s 2021-06-28 11:10:24 +02:00
c7e1cbe68b add libvirt 2021-06-28 11:09:44 +02:00
d0e007cd28 use firefox-wayland 2021-06-09 12:03:03 +02:00
6f711ca783 use python 3.9 for nagstamon 2021-06-09 12:02:45 +02:00
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python37Packages, wrapQtAppsHook }:
{ stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
python37Packages.buildPythonApplication rec {
python39Packages.buildPythonApplication rec {
pname = "nagstamon";
version = "3.7.0-alpha";
@ -20,7 +20,7 @@ python37Packages.buildPythonApplication rec {
wrapQtApp $out/bin/nagstamon.py
'';
propagatedBuildInputs = with python37Packages; [
propagatedBuildInputs = with python39Packages; [
beautifulsoup4
configparser
dateutil

View file

@ -7,6 +7,7 @@ in {
cryptsetup
dnsutils
kubectl
k9s
pwgen
whois
unstable.argocd
@ -17,6 +18,7 @@ in {
docker-compose
fuse-overlayfs
qemu
virt-manager
(import ../packages/skaffold.nix)
(import ../packages/helm2.nix)

View file

@ -106,7 +106,7 @@ in {
};
users.users.stefan = {
extraGroups = [ "wheel" "dialout" ];
extraGroups = [ "wheel" "dialout" "libvirtd"];
home = "/home/stefan";
isNormalUser = true;
uid = 1000;

View file

@ -81,7 +81,7 @@ in {
#
# check in `about:support` that
# * Composing -> Webrenderer
firefox-bin
firefox-wayland
libva
libva-utils
mesa