summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sif.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/sif.nix b/sif.nix
index 22391a88..7ed7e8ac 100644
--- a/sif.nix
+++ b/sif.nix
@@ -406,6 +406,10 @@
406 SystemMaxUse=100M 406 SystemMaxUse=100M
407 ''; 407 '';
408 408
409 services.dbus.packages = with pkgs;
410 [ dbus gnome3.dconf
411 ];
412
409 system.stateVersion = "20.03"; # Did you read the comment? 413 system.stateVersion = "20.03"; # Did you read the comment?
410} 414}
411 415