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/" + ]; }