xsession: Start applications in their own scopes and limit their memory usage

This commit is contained in:
Daniel Olsen
2023-01-16 06:58:47 +01:00
parent 6f9cddb513
commit b94a54ec98
3 changed files with 156 additions and 9 deletions

View File

@@ -23,6 +23,10 @@ in
name = lib.mkOption {
type = lib.types.str;
};
systemd = lib.mkOption {
type = lib.types.bool;
default = true;
};
eth = lib.mkOption { };
wlan = lib.mkOption { };
secondary-fs = lib.mkOption {