diff options
author | lassulus <lassulus@lassul.us> | 2018-01-23 20:02:26 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2018-01-23 20:02:26 +0100 |
commit | 2613e485dab4f819aa61afbab223f19273dc4f07 (patch) | |
tree | 606bba9d9cc852048bd0003446925fb44830f745 /jeschli/1systems | |
parent | 31fc8a8e2e8109eb2b262e907014cdacf58ed9cf (diff) | |
parent | dcae1c81a715081dfbf9b06b40c1ac78c2438a02 (diff) |
Merge remote-tracking branch 'prism/staging/jeschli'
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/brauerei/config.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jeschli/1systems/brauerei/config.nix b/jeschli/1systems/brauerei/config.nix index 2dec45795..e4109c638 100644 --- a/jeschli/1systems/brauerei/config.nix +++ b/jeschli/1systems/brauerei/config.nix @@ -35,6 +35,13 @@ time.timeZone = "Europe/Amsterdam"; nixpkgs.config.allowUnfree = true; # List packages installed in system profile. To search by name, run: # $ nix-env -qaP | grep wget + environment.shellAliases = { + n = "nix-shell"; + stocki = pkgs.writeDash "deploy" '' + cd ~/stockholm + exec nix-shell -I stockholm="$PWD" --run 'deploy --system="brauerei"' + ''; + }; environment.systemPackages = with pkgs; [ # system helper ag |