summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenny Ballou <kballou@devnulllabs.io>2020-12-17 11:29:04 -0700
committerKenny Ballou <kballou@devnulllabs.io>2020-12-17 11:29:04 -0700
commit596c538ecac0258e89edba3b655c8ed3eca233e1 (patch)
treee06d94cc77d0f29414d2c446987b9ec9f0cb8667
parentdc9703e7b03831a336b423cb9903327640453157 (diff)
downloadcfg.nix-596c538ecac0258e89edba3b655c8ed3eca233e1.tar.gz
cfg.nix-596c538ecac0258e89edba3b655c8ed3eca233e1.tar.xz
daeva: remove wayland configuration
This defaults to `true` anyways. Signed-off-by: Kenny Ballou <kballou@devnulllabs.io>
-rw-r--r--daeva/configuration.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/daeva/configuration.nix b/daeva/configuration.nix
index 45062dd..bd27232 100644
--- a/daeva/configuration.nix
+++ b/daeva/configuration.nix
@@ -86,8 +86,6 @@
networking.hostName = "daeva";
- services.xserver.displayManager.gdm.wayland = true;
-
nix.maxJobs = 4;
# Only keep a week instead of 2
nix.gc.options = "--delete-older-than 7d";