Merge remote-tracking branch 'ni/master'

This commit is contained in:
lassulus 2021-12-21 16:45:56 +01:00
commit 8f94e0bc4b
3 changed files with 2 additions and 1 deletions

View File

@ -27,7 +27,6 @@ in {
systemd.services =
mapAttrs'
(name: file: nameValuePair "secret-trigger-${systemd.encodeName name}" {
wantedBy = ["multi-user.target"];
serviceConfig = {
Type = "oneshot";
ExecStart = "${pkgs.systemd}/bin/systemctl restart ${shell.escape file.service}";

View File

@ -25,6 +25,7 @@ let {
pkgs.tv.vimPlugins.vim
pkgs.vimPlugins.fzfWrapper
pkgs.vimPlugins.undotree
pkgs.vimPlugins.vim-nftables
];
dirs = {

View File

@ -136,6 +136,7 @@ with import <stockholm/lib>;
javascript.extraStart = comment "js";
lua = {};
markdown.extraStart = writerExt "md";
nftables = {};
#nginx = {};
python.extraStart = alts [
(comment "py")