summaryrefslogtreecommitdiffstats
path: root/makefu
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
commitfe40a7b715d6844dbdcdf2cf9722a1fbf3abb219 (patch)
treee6d13d0483bdd4b57aaa0d56e15d112bab05e59c /makefu
parentbfe853a9bc738f752d80fbefa445631b0bb7ac72 (diff)
ma x.r: enable conveniece services
Diffstat (limited to 'makefu')
-rw-r--r--makefu/1systems/x/config.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix
index 4e6706b2..4781af35 100644
--- a/makefu/1systems/x/config.nix
+++ b/makefu/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 ];