Merge remote-tracking branch 'ni/master'
This commit is contained in:
commit
8f94e0bc4b
@ -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}";
|
||||
|
@ -25,6 +25,7 @@ let {
|
||||
pkgs.tv.vimPlugins.vim
|
||||
pkgs.vimPlugins.fzfWrapper
|
||||
pkgs.vimPlugins.undotree
|
||||
pkgs.vimPlugins.vim-nftables
|
||||
];
|
||||
|
||||
dirs = {
|
||||
|
@ -136,6 +136,7 @@ with import <stockholm/lib>;
|
||||
javascript.extraStart = comment "js";
|
||||
lua = {};
|
||||
markdown.extraStart = writerExt "md";
|
||||
nftables = {};
|
||||
#nginx = {};
|
||||
python.extraStart = alts [
|
||||
(comment "py")
|
||||
|
Loading…
Reference in New Issue
Block a user