File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed
Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 6767 withAudio = lib . ghaf . features . isEnabledFor globalConfig "audio" vmName ;
6868 withBluetooth = lib . ghaf . features . isEnabledFor globalConfig "bluetooth" vmName ;
6969 withNss = true ;
70+ withPolkit = true ;
7071 withResolved = true ;
7172 withTimesyncd = true ;
7273 withDebug = globalConfig . debug . enable or false ;
Original file line number Diff line number Diff line change 4040
4141 ghaf = {
4242 type = "system-vm" ;
43+
44+ systemd = {
45+ enable = true ;
46+ withName = "idsvm-systemd" ;
47+ withLocaled = true ;
48+ withNss = true ;
49+ withPolkit = true ;
50+ withResolved = true ;
51+ withTimesyncd = true ;
52+ withDebug = globalConfig . debug . enable or false ;
53+ withHardenedConfigs = true ;
54+ } ;
55+
4356 profiles . debug . enable = lib . mkDefault ( globalConfig . debug . enable or false ) ;
4457
4558 # MiTM proxy feature - from globalConfig
Original file line number Diff line number Diff line change 7474 enable = true ;
7575 withName = "netvm-systemd" ;
7676 withLocaled = true ;
77+ withNss = true ;
7778 withPolkit = true ;
7879 withResolved = true ;
7980 withTimesyncd = true ;
You can’t perform that action at this time.
0 commit comments