From 125f8c1778d3a263b8fc18b9b8e154479dca3f47 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 26 Oct 2019 12:11:33 -0400 Subject: config --- config/common.nix | 2 +- config/desktop.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/common.nix b/config/common.nix index 2ca58f7..ee70548 100644 --- a/config/common.nix +++ b/config/common.nix @@ -49,7 +49,7 @@ "/nix/var/nix/profiles/per-user/root/channels" ]; trustedBinaryCaches = [ - "https://hydra.orbekk.com" "https://cache.nixos.org" + "https://cache.nixos.org" ]; binaryCaches = trustedBinaryCaches; binaryCachePublicKeys = [ "hydra.orbekk.com-1:aAKJuVqMptWoFfY9fhUADdXw5LM5IfSGjTSobuxg+Bo=" ]; diff --git a/config/desktop.nix b/config/desktop.nix index 114466b..92fb93d 100644 --- a/config/desktop.nix +++ b/config/desktop.nix @@ -25,6 +25,7 @@ loader = { systemd-boot.enable = true; + # systemd-boot.memtest86.enable = true; timeout = 0; efi.canTouchEfiVariables = true; }; @@ -61,6 +62,8 @@ services = { avahi.enable = true; + keybase.enable = true; + xserver = { enable = true; layout = "us"; -- cgit v1.2.3