summaryrefslogtreecommitdiff
path: root/common.nix
diff options
context:
space:
mode:
authorJakub Stachurski <j.stachurski@student.utwente.nl>2025-09-01 21:47:00 +0200
committerJakub Stachurski <j.stachurski@student.utwente.nl>2025-09-01 21:47:00 +0200
commitdd935615379b477e827e9cc129120fd4baaf8ad6 (patch)
tree80dc9b96423ea8539202f2230f4da8b0890765f5 /common.nix
parent1be972048dd58218cd689ecb5cac562eb398b751 (diff)
update flake, fix systemd-oomd and add wayvnc
Diffstat (limited to 'common.nix')
-rw-r--r--common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.nix b/common.nix
index 6ab48a6..63e3ab0 100644
--- a/common.nix
+++ b/common.nix
@@ -14,6 +14,7 @@
systemd.oomd = {
enable = true;
enableUserSlices = true;
+ enableSystemSlice = true;
enableRootSlice = true;
};