Compare commits
No commits in common. "2f08124b0085968b5fa1be45fe90ce751626b5aa" and "f48fc6bb9a06258129c15333b5c5d86d39621a14" have entirely different histories.
2f08124b00
...
f48fc6bb9a
3 changed files with 3 additions and 3 deletions
|
@ -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 = [ ../../users/manuel/config.nix ];
|
imports = [ ./defaults.nix ];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
valhalla = {
|
valhalla = {
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
sudo chmod +x "$bin"
|
chmod +x "$bin"
|
||||||
end
|
end
|
||||||
|
|
||||||
function getServiceServers -V server
|
function getServiceServers -V server
|
||||||
|
|
|
@ -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) \
|
||||||
|
|
Loading…
Reference in a new issue