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";
|
||||
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
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -106,7 +106,7 @@ in {
|
|||
};
|
||||
|
||||
users.users.stefan = {
|
||||
extraGroups = [ "wheel" "dialout" ];
|
||||
extraGroups = [ "wheel" "dialout" "libvirtd"];
|
||||
home = "/home/stefan";
|
||||
isNormalUser = true;
|
||||
uid = 1000;
|
||||
|
|
|
@ -81,7 +81,7 @@ in {
|
|||
#
|
||||
# check in `about:support` that
|
||||
# * Composing -> Webrenderer
|
||||
firefox-bin
|
||||
firefox-wayland
|
||||
libva
|
||||
libva-utils
|
||||
mesa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue