From f0c524a6ac40e153117caf11431d5c7a2edcd3f8 Mon Sep 17 00:00:00 2001 From: makefu Date: Sat, 10 Jun 2023 20:53:47 +0200 Subject: init secrets --- 1systems/flake-x/config.nix | 41 ++++++++++++++++++++--------------------- 1 file changed, 20 insertions(+), 21 deletions(-) (limited to '1systems/flake-x/config.nix') diff --git a/1systems/flake-x/config.nix b/1systems/flake-x/config.nix index 5b7535b75..f8059cc2b 100644 --- a/1systems/flake-x/config.nix +++ b/1systems/flake-x/config.nix @@ -1,13 +1,14 @@ -{ config, pkgs, lib, ... }: +{ config, pkgs, lib, self, ... }: { imports = [ - # ./x13 # ./x230 + ./x13 + + (self + "/2configs/default.nix") ## Common Hardware Components - # ## ## # @@ -222,34 +223,32 @@ nixpkgs.config.allowUnfree = true; nixpkgs.config.oraclejdk.accept_license = true; - environment.systemPackages = [ xxx ]; - # configure pulseAudio to provide a HDMI sink as well networking.firewall.enable = true; networking.firewall.allowedUDPPorts = [ 665 26061 1514 ]; networking.firewall.trustedInterfaces = [ "vboxnet0" "enp0s25" ]; - # krebs.build.host = config.krebs.hosts.x; + krebs.build.host = config.krebs.hosts.x; #krebs.tinc.retiolum.connectTo = lib.mkForce [ "gum" ]; #krebs.tinc.retiolum.extraConfig = "AutoConnect = no"; # environment.variables = { GOROOT = [ "${pkgs.go.out}/share/go" ]; }; - #state = [ - # "/home/makefu/stockholm" - # "/home/makefu/.ssh/" - # "/home/makefu/.zsh_history" - # "/home/makefu/.bash_history" - # "/home/makefu/bin" - # "/home/makefu/.gnupg" - # "/home/makefu/.imapfilter" - # "/home/makefu/.mutt" - # "/home/makefu/docs" - # "/home/makefu/notes" - # "/home/makefu/.password-store" - # "/home/makefu/.secrets-pass" - # "/home/makefu/.config/syncthing" - #]; + state = [ + "/home/makefu/stockholm" + "/home/makefu/.ssh/" + "/home/makefu/.zsh_history" + "/home/makefu/.bash_history" + "/home/makefu/bin" + "/home/makefu/.gnupg" + "/home/makefu/.imapfilter" + "/home/makefu/.mutt" + "/home/makefu/docs" + "/home/makefu/notes" + "/home/makefu/.password-store" + "/home/makefu/.secrets-pass" + "/home/makefu/.config/syncthing" + ]; # services.syncthing.user = lib.mkForce "makefu"; # services.syncthing.dataDir = lib.mkForce "/home/makefu/.config/syncthing/"; -- cgit v1.2.3