From 1730312fe5720ae5fc743ad32a30aa17d3cb50f0 Mon Sep 17 00:00:00 2001 From: Enrico Fasoli Date: Mon, 7 Sep 2015 19:25:36 +0200 Subject: [PATCH] updates --- beets_config.yaml | 2 +- configuration.nix | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/beets_config.yaml b/beets_config.yaml index 685fa2b..ce7c673 100644 --- a/beets_config.yaml +++ b/beets_config.yaml @@ -1,4 +1,4 @@ directory: ~/Music -library: ~/.config/beets/library.blb +library: ~/Music/library.blb paths: singleton: Singles/$artist/$title diff --git a/configuration.nix b/configuration.nix index a26f39b..2260a42 100644 --- a/configuration.nix +++ b/configuration.nix @@ -19,12 +19,16 @@ # Mount Data disk fileSystems."/mnt/Dati" = { device = "/dev/sdd3"; + options = "nofail,relatime,defaults"; }; time.timeZone = "Europe/Rome"; + # Networking + networking.hostName = "Fazo-PC"; # Define your hostname. networking.hostId = "6bc261fc"; + networking.firewall.enable = false; i18n = { consoleFont = "lat9w-16"; @@ -42,12 +46,16 @@ visualizerSupport = true; clockSupport = true; }; + chromium = pkgs.chromium.override { + enablePepperFlash = true; + }; }; }; environment.systemPackages = with pkgs; [ # Development atom git nodejs + (haskellPackages.ghcWithPackages (hs: with hs; [ cabal-install ] )) # Desktop and shell environment sxhkd tmux htop rxvt_unicode dmenu bar i3lock # Libs @@ -114,6 +122,12 @@ ''; }; + redshift = { + enable = true; + latitude = "9.6"; + longitude = "45.47"; + }; + transmission = { enable = true; settings = { @@ -121,12 +135,11 @@ }; }; - # Syncthing - #syncthing = { - # enable = true; - # user = "fazo"; - # dataDir = "~/.config/syncthing"; - #}; + syncthing = { + enable = true; + user = "fazo"; + dataDir = "/home/fazo/.config/syncthing"; + }; }; # User environment