diff options
author | jeschli <jeschli@gmail.com> | 2018-07-31 19:19:32 +0200 |
---|---|---|
committer | jeschli <jeschli@gmail.com> | 2018-07-31 19:19:32 +0200 |
commit | 7f240cdab5eb44297a3c5aef208e3e45966c8e23 (patch) | |
tree | 53e6319abd3579be232f9d8c591e7184831017f9 /jeschli/1systems | |
parent | 22c81af49e3373ba4ab7f8366ff6a59cb7aa96c3 (diff) |
j brauerei: remove some comment garbage
Diffstat (limited to 'jeschli/1systems')
-rw-r--r-- | jeschli/1systems/brauerei/config.nix | 14 |
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" '' |