Compare commits

..

3 commits

3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{ lib, config, ... }: { lib, config, ... }:
let fs = import ../../../lib/modules/partition/fs.nix; let fs = import ../../../lib/modules/partition/fs.nix;
in { in {
imports = [ ./defaults.nix ]; imports = [ ../../users/manuel/config.nix ];
config = { config = {
valhalla = { 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 \$@\"" "ssh -p $port -o StrictHostKeyChecking=no git@127.0.0.1 \"SSH_ORIGINAL_COMMAND=\\\"$SSH_ORIGINAL_COMMAND\\\" \$0 \$@\""
end | sudo tee "$bin" >/dev/null end | sudo tee "$bin" >/dev/null
chmod +x "$bin" sudo chmod +x "$bin"
end end
function getServiceServers -V server function getServiceServers -V server

View file

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