summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2020-07-02 08:32:52 +0200
committermakefu <github@syntax-fehler.de>2020-07-02 08:32:52 +0200
commit774bba51013da954b62e8a4519b43f6d5bc55b43 (patch)
tree7fcbc514a1e78843f049771457c6f4ee1e656b44
parentc6eb52466d7bb80ed87a9b006b5494147e029a55 (diff)
ma x.r: enable conveniece services
-rw-r--r--1systems/x/config.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/1systems/x/config.nix b/1systems/x/config.nix
index 4e6706b25..4781af357 100644
--- a/1systems/x/config.nix
+++ b/1systems/x/config.nix
@@ -14,6 +14,7 @@
<stockholm/makefu/2configs/home-manager/taskwarrior.nix>
<stockholm/makefu/2configs/main-laptop.nix>
+ <stockholm/makefu/2configs/kdeconnect.nix>
<stockholm/makefu/2configs/extra-fonts.nix>
<stockholm/makefu/2configs/editor/neovim>
<stockholm/makefu/2configs/tools/all.nix>
@@ -21,7 +22,7 @@
{ systemd.services.docker.wantedBy = lib.mkForce []; }
<stockholm/makefu/2configs/dict.nix>
- <stockholm/makefu/2configs/legacy_only.nix>
+ # <stockholm/makefu/2configs/legacy_only.nix>
#<stockholm/makefu/3modules/netboot_server.nix>
#{
# netboot_server = {
@@ -48,6 +49,7 @@
# Testing
# <stockholm/makefu/2configs/deployment/gitlab.nix>
+ # <stockholm/makefu/2configs/deployment/docker/etherpad.nix>
# <stockholm/makefu/2configs/deployment/wiki-irc-bot>
# <stockholm/makefu/2configs/torrent.nix>
@@ -169,8 +171,6 @@
device = "/dev/sda2";
allowDiscards = true;
};
- # avoid full boot dir
- boot.loader.grub.configurationLimit = 3;
environment.systemPackages = [ pkgs.passwdqc-utils ];