diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-17 13:49:59 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-05-17 13:49:59 +0200 |
commit | a95cbca24e141864989f254b2236c33efe5df90c (patch) | |
tree | 423f535a90ae793528a4dc13c45e37dfea7f9b38 /modules/common | |
parent | modules/nix-index/command_not_found_handler: Remove reference to shell_library (diff) | |
download | nixos-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.nix | 2 |
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; |