summaryrefslogtreecommitdiffstats
path: root/jeschli/1systems
diff options
context:
space:
mode:
authorjeschli <jeschli@gmail.com>2018-07-31 19:19:32 +0200
committerjeschli <jeschli@gmail.com>2018-07-31 19:19:32 +0200
commit7f240cdab5eb44297a3c5aef208e3e45966c8e23 (patch)
tree53e6319abd3579be232f9d8c591e7184831017f9 /jeschli/1systems
parent22c81af49e3373ba4ab7f8366ff6a59cb7aa96c3 (diff)
j brauerei: remove some comment garbage
Diffstat (limited to 'jeschli/1systems')
-rw-r--r--jeschli/1systems/brauerei/config.nix14
1 files changed, 2 insertions, 12 deletions
diff --git a/jeschli/1systems/brauerei/config.nix b/jeschli/1systems/brauerei/config.nix
index 5a6ad76..00db1ad 100644
--- a/jeschli/1systems/brauerei/config.nix
+++ b/jeschli/1systems/brauerei/config.nix
@@ -25,21 +25,11 @@
preLVM = true;
allowDiscards = true;
} ];
-# networking.hostName = "brauerei";
- # Define your hostname.
-# networking.wireless.enable = true;
networking.networkmanager.enable = true;
- # Enables wireless support via wpa_supplicant.
- # Select internationalisation properties.
- # i18n = {
- # consoleFont = "Lat2-Terminus16";
- # consoleKeyMap = "us";
- # defaultLocale = "en_US.UTF-8";
- # };
- # Set your time zone. #
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" ''