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 | 41419e11f030e176c5b2f2d4fe0c509e9ad11239 (patch) | |
tree | b5e00781885b73e47aa7ace31267d6d33d571206 /jeschli/1systems/brauerei/config.nix | |
parent | 46e725b6ee1259ad8a0d33f9ffbda6fd1dc2228d (diff) |
j brauerei: remove some comment garbage
Diffstat (limited to 'jeschli/1systems/brauerei/config.nix')
-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 5a6ad7652..00db1ad15 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" '' |