aboutsummaryrefslogtreecommitdiff
path: root/users/tdback/modules/shell
diff options
context:
space:
mode:
Diffstat (limited to 'users/tdback/modules/shell')
-rw-r--r--users/tdback/modules/shell/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tdback/modules/shell/default.nix b/users/tdback/modules/shell/default.nix
index bb77e88..a056c8a 100644
--- a/users/tdback/modules/shell/default.nix
+++ b/users/tdback/modules/shell/default.nix
@@ -55,6 +55,7 @@
grep = "grep --color=auto";
diff = "diff --color=auto";
mkdir = "mkdir -p";
+ deploy-flake = "f() { deploy .#$1 -s --remote-build --auto-rollback false && rsync -ax --delete ./ $1:/etc/nixos/; }; f";
};
};
};