Compare commits

...

3 commits

3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, ... }:
let fs = import ../../../lib/modules/partition/fs.nix;
in {
imports = [ ./defaults.nix ];
imports = [ ../../users/manuel/config.nix ];
config = {
valhalla = {

View file

@ -82,7 +82,7 @@ begin
"ssh -p $port -o StrictHostKeyChecking=no git@127.0.0.1 \"SSH_ORIGINAL_COMMAND=\\\"$SSH_ORIGINAL_COMMAND\\\" \$0 \$@\""
end | sudo tee "$bin" >/dev/null
chmod +x "$bin"
sudo chmod +x "$bin"
end
function getServiceServers -V server

View file

@ -89,7 +89,7 @@ begin
function getServiceLocations -V servarr -V flood
argparse -i "name=" -- $argv
printf "%s\0" \
"$_flag_name" / (
"$_flag_name" / "" (
for app in $servarr
printf "%s\n" "$app" "/$app" ""
end) \