From a2605f25ee48daaf883c6823564686fa49bff0f3 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 19 Oct 2016 23:47:00 +0200 Subject: l 1 uriel: set defaultLocale to de_DE --- lass/1systems/uriel.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass') diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix index aa5286ae..acc7348e 100644 --- a/lass/1systems/uriel.nix +++ b/lass/1systems/uriel.nix @@ -9,6 +9,7 @@ with config.krebs.lib; ../2configs/exim-retiolum.nix { # locke config + i18n.defaultLocale ="de_DE.UTF-8"; time.timeZone = "Europe/Berlin"; services.xserver.enable = true; users.users.locke = { -- cgit v1.2.3 From bbaee1993c9786bf01f15c34d0d8993842712477 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 19 Oct 2016 23:47:27 +0200 Subject: l 1 uriel: add pavucontrol to pkgs --- lass/1systems/uriel.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lass') diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix index acc7348e..1068da11 100644 --- a/lass/1systems/uriel.nix +++ b/lass/1systems/uriel.nix @@ -29,6 +29,7 @@ with config.krebs.lib; systemWide = true; }; environment.systemPackages = with pkgs; [ + pavucontrol firefox hexchat networkmanagerapplet -- cgit v1.2.3 From c7be88d76a359379d8d75126a746fd3772aa5036 Mon Sep 17 00:00:00 2001 From: lassulus Date: Wed, 19 Oct 2016 23:47:48 +0200 Subject: l 1 uriel: gummiboot -> systemd-boot --- lass/1systems/uriel.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lass') diff --git a/lass/1systems/uriel.nix b/lass/1systems/uriel.nix index 1068da11..e1417c83 100644 --- a/lass/1systems/uriel.nix +++ b/lass/1systems/uriel.nix @@ -53,8 +53,8 @@ with config.krebs.lib; #loader.grub.version = 2; #loader.grub.device = "/dev/sda"; - loader.gummiboot.enable = true; - loader.gummiboot.timeout = 5; + loader.systemd-boot.enable = true; + loader.timeout = 5; initrd.luks.devices = [ { name = "luksroot"; device = "/dev/sda2"; } ]; initrd.luks.cryptoModules = [ "aes" "sha512" "sha1" "xts" ]; -- cgit v1.2.3 From 0f2a9778315c3126794c0f1ad63710d38e7a67f7 Mon Sep 17 00:00:00 2001 From: lassulus Date: Thu, 20 Oct 2016 09:48:42 +0200 Subject: remove haskellPackges.megaparsec --- lass/2configs/buildbot-standalone.nix | 1 - 1 file changed, 1 deletion(-) (limited to 'lass') diff --git a/lass/2configs/buildbot-standalone.nix b/lass/2configs/buildbot-standalone.nix index 2fc3d373..628fdf61 100644 --- a/lass/2configs/buildbot-standalone.nix +++ b/lass/2configs/buildbot-standalone.nix @@ -172,7 +172,6 @@ in { "hashPassword", "haskellPackages.blessings", "haskellPackages.email-header", - "haskellPackages.megaparsec", "haskellPackages.scanner", "haskellPackages.xmonad-stockholm", "krebspaste", -- cgit v1.2.3