summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2019-12-18 17:39:07 +0100
committerGregor Kleen <gkleen@yggdrasil.li>2019-12-18 17:39:07 +0100
commit09bf279baf62e299c62884cfad8874a8c5929b0c (patch)
treefd674c6c02ba7016fa602d5e016461eb761e24de
parentf21d5ae0a1d1a06a7f38fbbea727e4b13eae1118 (diff)
downloadnixos-09bf279baf62e299c62884cfad8874a8c5929b0c.tar
nixos-09bf279baf62e299c62884cfad8874a8c5929b0c.tar.gz
nixos-09bf279baf62e299c62884cfad8874a8c5929b0c.tar.bz2
nixos-09bf279baf62e299c62884cfad8874a8c5929b0c.tar.xz
nixos-09bf279baf62e299c62884cfad8874a8c5929b0c.zip
dbus on sif
-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