File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed
Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 135135 } ;
136136 } )
137137
138+ ( ghaf-configuration {
139+ name = "intel-laptop-low-mem" ;
140+ inherit system ;
141+ profile = "laptop-x86" ;
142+ hardwareModule = self . nixosModules . hardware-intel-laptop ;
143+ variant = "debug" ;
144+ extraModules = commonModules ;
145+ extraConfig = {
146+ reference . profiles . mvp-user-trial . enable = true ;
147+ partitioning . disko . enable = true ;
148+ } ;
149+ vmConfig = {
150+ guivm . mem = 6144 ;
151+ appvms . flatpak . ramMb = 5120 ;
152+ } ;
153+ } )
154+
138155 ( ghaf-configuration {
139156 name = "lenovo-t14-amd-gen5" ;
140157 inherit system ;
390407 } ;
391408 } )
392409
410+ ( ghaf-configuration {
411+ name = "intel-laptop-low-mem" ;
412+ inherit system ;
413+ profile = "laptop-x86" ;
414+ hardwareModule = self . nixosModules . hardware-intel-laptop ;
415+ variant = "release" ;
416+ extraModules = commonModules ;
417+ extraConfig = {
418+ reference . profiles . mvp-user-trial . enable = true ;
419+ partitioning . disko . enable = true ;
420+ } ;
421+ vmConfig = {
422+ guivm . mem = 6144 ;
423+ appvms . flatpak . ramMb = 5120 ;
424+ } ;
425+ } )
426+
393427 ( ghaf-configuration {
394428 name = "lenovo-t14-amd-gen5" ;
395429 inherit system ;
You can’t perform that action at this time.
0 commit comments