Compare commits
3 commits
f48fc6bb9a
...
2f08124b00
Author | SHA1 | Date | |
---|---|---|---|
2f08124b00 | |||
ad336833c1 | |||
5d64d2d42f |
3 changed files with 3 additions and 3 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue