mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-26 10:48:34 +02:00
feat: update git pre-commit checks
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
host_tags,
|
||||
targetUser ? specialArgs.username,
|
||||
}: let
|
||||
username = specialArgs.username;
|
||||
inherit (specialArgs) username;
|
||||
in
|
||||
{
|
||||
name,
|
||||
@@ -16,8 +16,8 @@ in
|
||||
...
|
||||
}: {
|
||||
deployment = {
|
||||
inherit targetUser;
|
||||
targetHost = name; # hostName or IP address
|
||||
targetUser = targetUser;
|
||||
tags = host_tags;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user