about summary refs log tree commit diff stats
path: root/modules/common
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-17 13:49:59 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-17 13:49:59 +0200
commita95cbca24e141864989f254b2236c33efe5df90c (patch)
tree423f535a90ae793528a4dc13c45e37dfea7f9b38 /modules/common
parentmodules/nix-index/command_not_found_handler: Remove reference to shell_library (diff)
downloadnixos-config-a95cbca24e141864989f254b2236c33efe5df90c.zip
modules/common/nixos_shell_config: Remove undefined `soispha.hardware` opts prime
Diffstat (limited to '')
-rw-r--r--modules/common/nixos_shell_configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/common/nixos_shell_configuration.nix b/modules/common/nixos_shell_configuration.nix
index bbaa8477..1bec0145 100644
--- a/modules/common/nixos_shell_configuration.nix
+++ b/modules/common/nixos_shell_configuration.nix
@@ -56,8 +56,6 @@
   soispha = {
     hardware = {
       enable = false;
-      enableGraphics = false;
-      cpuType = "vm";
     };
 
     disks.enable = false;