Compare commits
4 commits
45e3a8d1cd
...
96c68a9e64
Author | SHA1 | Date | |
---|---|---|---|
96c68a9e64 | |||
c7e1cbe68b | |||
d0e007cd28 | |||
6f711ca783 |
4 changed files with 7 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
{ stdenv, fetchFromGitHub, python37Packages, wrapQtAppsHook }:
|
{ stdenv, fetchFromGitHub, python39Packages, wrapQtAppsHook }:
|
||||||
|
|
||||||
python37Packages.buildPythonApplication rec {
|
python39Packages.buildPythonApplication rec {
|
||||||
pname = "nagstamon";
|
pname = "nagstamon";
|
||||||
version = "3.7.0-alpha";
|
version = "3.7.0-alpha";
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@ python37Packages.buildPythonApplication rec {
|
||||||
wrapQtApp $out/bin/nagstamon.py
|
wrapQtApp $out/bin/nagstamon.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = with python37Packages; [
|
propagatedBuildInputs = with python39Packages; [
|
||||||
beautifulsoup4
|
beautifulsoup4
|
||||||
configparser
|
configparser
|
||||||
dateutil
|
dateutil
|
||||||
|
|
|
@ -7,6 +7,7 @@ in {
|
||||||
cryptsetup
|
cryptsetup
|
||||||
dnsutils
|
dnsutils
|
||||||
kubectl
|
kubectl
|
||||||
|
k9s
|
||||||
pwgen
|
pwgen
|
||||||
whois
|
whois
|
||||||
unstable.argocd
|
unstable.argocd
|
||||||
|
@ -17,6 +18,7 @@ in {
|
||||||
docker-compose
|
docker-compose
|
||||||
fuse-overlayfs
|
fuse-overlayfs
|
||||||
qemu
|
qemu
|
||||||
|
virt-manager
|
||||||
|
|
||||||
(import ../packages/skaffold.nix)
|
(import ../packages/skaffold.nix)
|
||||||
(import ../packages/helm2.nix)
|
(import ../packages/helm2.nix)
|
||||||
|
|
|
@ -106,7 +106,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.stefan = {
|
users.users.stefan = {
|
||||||
extraGroups = [ "wheel" "dialout" ];
|
extraGroups = [ "wheel" "dialout" "libvirtd"];
|
||||||
home = "/home/stefan";
|
home = "/home/stefan";
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
uid = 1000;
|
uid = 1000;
|
||||||
|
|
|
@ -81,7 +81,7 @@ in {
|
||||||
#
|
#
|
||||||
# check in `about:support` that
|
# check in `about:support` that
|
||||||
# * Composing -> Webrenderer
|
# * Composing -> Webrenderer
|
||||||
firefox-bin
|
firefox-wayland
|
||||||
libva
|
libva
|
||||||
libva-utils
|
libva-utils
|
||||||
mesa
|
mesa
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue