diff options
author | lassulus <lassulus@lassul.us> | 2020-08-12 21:38:32 +0200 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2020-08-12 21:38:32 +0200 |
commit | b42fe392f34554315d8aff7c808f73a5eb25badc (patch) | |
tree | 06ae11b460ce909afc0c9d910d4cadc06c7942dd /lass/1systems | |
parent | 514ba4d303e663529f347d5c3adbaece0f94361b (diff) |
l: add deploy to all systems
Diffstat (limited to 'lass/1systems')
-rw-r--r-- | lass/1systems/blue/config.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lass/1systems/blue/config.nix b/lass/1systems/blue/config.nix index 14f4971f7..c46bb351e 100644 --- a/lass/1systems/blue/config.nix +++ b/lass/1systems/blue/config.nix @@ -15,14 +15,6 @@ with import <stockholm/lib>; krebs.build.host = config.krebs.hosts.blue; - environment.shellAliases = { - deploy = pkgs.writeDash "deploy" '' - set -eu - export SYSTEM="$1" - $(nix-build $HOME/sync/stockholm/lass/krops.nix --no-out-link --argstr name "$SYSTEM" -A deploy) - ''; - }; - networking.nameservers = [ "1.1.1.1" ]; services.restic.backups = genAttrs [ |