summaryrefslogtreecommitdiff
path: root/host/majestix.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2022-10-08 20:58:44 +0200
committerAdrian Kummerlaender2022-10-08 20:58:44 +0200
commitbe86f0083be17d3bb5560f332b6eb7e4a66d90b2 (patch)
tree037a2e983e726a3fc9a4ecb833adc04a9320ccd7 /host/majestix.nix
parentffc5ec5b39eb925285199356a29c46aa80fe87c3 (diff)
downloadnixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.gz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.bz2
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.lz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.xz
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.tar.zst
nixos_system-be86f0083be17d3bb5560f332b6eb7e4a66d90b2.zip
Provide zenith-nvidia for GPU systems
Diffstat (limited to 'host/majestix.nix')
-rw-r--r--host/majestix.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/host/majestix.nix b/host/majestix.nix
index f67d1b6..ce839b1 100644
--- a/host/majestix.nix
+++ b/host/majestix.nix
@@ -30,7 +30,10 @@
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;
- environment.systemPackages = with pkgs; [ virt-manager ];
+ environment.systemPackages = with pkgs; [
+ zenith-nvidia
+ virt-manager
+ ];
users.extraUsers.common.extraGroups = [ "networkmanager" "libvirtd" ];