From b4c96ad61109ac59fb90546d104aaeb7ac273c84 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 8 Sep 2018 12:50:14 +0200 Subject: ma x.r: test more config --- makefu/1systems/x/config.nix | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/makefu/1systems/x/config.nix b/makefu/1systems/x/config.nix index e5b481ab6..f6ca0c0ac 100644 --- a/makefu/1systems/x/config.nix +++ b/makefu/1systems/x/config.nix @@ -15,7 +15,7 @@ with import ; - + # # Debugging @@ -36,6 +36,8 @@ with import ; # Krebs + + # applications @@ -72,6 +74,7 @@ with import ; # + # Filesystem @@ -82,6 +85,8 @@ with import ; programs.adb.enable = true; } # temporary + + # # # # @@ -138,8 +143,11 @@ with import ; boot.loader.grub.configurationLimit = 3; environment.systemPackages = [ pkgs.passwdqc-utils pkgs.nixUnstable ]; - nixpkgs.overlays = [ (import ) ]; # environment.variables = { GOROOT = [ "${pkgs.go.out}/share/go" ]; }; - + state = [ + "/home/makefu/stockholm" + "/home/makefu/backup/borgun" + "/home/makefu/.mail/" + ]; } -- cgit v1.2.3