diff --git a/hosts/meta.nix b/hosts/meta.nix index d4312a6..de4dd94 100644 --- a/hosts/meta.nix +++ b/hosts/meta.nix @@ -12,28 +12,28 @@ }; }; - # config = { - # age = { - # secrets = { - # zsh_remote = { - # file = ../../secrets/zsh_remote.age; - # owner = "synchronous"; - # mode = "0400"; - # }; - # tailscale-rq = { - # file = ../../secrets/tailscale-rq.age; - # owner = "synchronous"; - # mode = "0400"; - # }; - # ssh-pub = { - # file = ../../secrets/ssh-pub.age; - # owner = "synchronous"; - # mode = "0400"; - # }; - # }; - # secretsDir = "/home/synchronous/.agenix/agenix"; - # secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; - # identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; - # }; - # }; + config = { + age = { + secrets = { + zsh_remote = { + file = ../secrets/zsh_remote.age; + owner = "synchronous"; + mode = "0400"; + }; + tailscale-rq = { + file = ../secrets/tailscale-rq.age; + owner = "synchronous"; + mode = "0400"; + }; + ssh-pub = { + file = ../secrets/ssh-pub.age; + owner = "synchronous"; + mode = "0400"; + }; + }; + secretsDir = "/home/synchronous/.agenix/agenix"; + secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; + identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; + }; + }; } diff --git a/hosts/rq/configuration.nix b/hosts/rq/configuration.nix index 1bd5c16..a82a1da 100644 --- a/hosts/rq/configuration.nix +++ b/hosts/rq/configuration.nix @@ -21,28 +21,28 @@ users.synchronous.imports = [../../home/home.nix]; }; - age = { - secrets = { - zsh_remote = { - file = ../../secrets/zsh_remote.age; - owner = "synchronous"; - mode = "0400"; - }; - tailscale-rq = { - file = ../../secrets/tailscale-rq.age; - owner = "synchronous"; - mode = "0400"; - }; - ssh-pub = { - file = ../../secrets/ssh-pub.age; - owner = "synchronous"; - mode = "0400"; - }; - }; - secretsDir = "/home/synchronous/.agenix/agenix"; - secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; - identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; - }; + # age = { + # secrets = { + # zsh_remote = { + # file = ../../secrets/zsh_remote.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # tailscale-rq = { + # file = ../../secrets/tailscale-rq.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # ssh-pub = { + # file = ../../secrets/ssh-pub.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # }; + # secretsDir = "/home/synchronous/.agenix/agenix"; + # secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; + # identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; + # }; # Bootloader. boot.loader.grub.enable = true; diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 9564054..9883a93 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -22,28 +22,28 @@ users.synchronous.imports = [../../home/home.nix]; }; - age = { - secrets = { - zsh_remote = { - file = ../../secrets/zsh_remote.age; - owner = "synchronous"; - mode = "0400"; - }; - tailscale-rq = { - file = ../../secrets/tailscale-rq.age; - owner = "synchronous"; - mode = "0400"; - }; - ssh-pub = { - file = ../../secrets/ssh-pub.age; - owner = "synchronous"; - mode = "0400"; - }; - }; - secretsDir = "/home/synchronous/.agenix/agenix"; - secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; - identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; - }; + # age = { + # secrets = { + # zsh_remote = { + # file = ../../secrets/zsh_remote.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # tailscale-rq = { + # file = ../../secrets/tailscale-rq.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # ssh-pub = { + # file = ../../secrets/ssh-pub.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # }; + # secretsDir = "/home/synchronous/.agenix/agenix"; + # secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; + # identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; + # }; # Bootloader. # boot.loader.grub.enable = true; diff --git a/hosts/thonkpad/configuration.nix b/hosts/thonkpad/configuration.nix index 1b430b0..f6472fc 100644 --- a/hosts/thonkpad/configuration.nix +++ b/hosts/thonkpad/configuration.nix @@ -14,28 +14,28 @@ networking.hostName = "thonkpad"; # Define your hostname. res = "1366x768"; - age = { - secrets = { - zsh_remote = { - file = ../../secrets/zsh_remote.age; - owner = "synchronous"; - mode = "0400"; - }; - tailscale-rq = { - file = ../../secrets/tailscale-rq.age; - owner = "synchronous"; - mode = "0400"; - }; - ssh-pub = { - file = ../../secrets/ssh-pub.age; - owner = "synchronous"; - mode = "0400"; - }; - }; - secretsDir = "/home/synchronous/.agenix/agenix"; - secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; - identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; - }; + # age = { + # secrets = { + # zsh_remote = { + # file = ../../secrets/zsh_remote.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # tailscale-rq = { + # file = ../../secrets/tailscale-rq.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # ssh-pub = { + # file = ../../secrets/ssh-pub.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # }; + # secretsDir = "/home/synchronous/.agenix/agenix"; + # secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; + # identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; + # }; home-manager = { useGlobalPkgs = true; diff --git a/hosts/yoga/configuration.nix b/hosts/yoga/configuration.nix index 1c2414a..aa861d1 100644 --- a/hosts/yoga/configuration.nix +++ b/hosts/yoga/configuration.nix @@ -29,28 +29,28 @@ users.synchronous.imports = [../../home/home.nix]; }; - age = { - secrets = { - zsh_remote = { - file = ../../secrets/zsh_remote.age; - owner = "synchronous"; - mode = "0400"; - }; - tailscale-rq = { - file = ../../secrets/tailscale-rq.age; - owner = "synchronous"; - mode = "0400"; - }; - ssh-pub = { - file = ../../secrets/ssh-pub.age; - owner = "synchronous"; - mode = "0400"; - }; - }; - secretsDir = "/home/synchronous/.agenix/agenix"; - secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; - identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; - }; + # age = { + # secrets = { + # zsh_remote = { + # file = ../../secrets/zsh_remote.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # tailscale-rq = { + # file = ../../secrets/tailscale-rq.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # ssh-pub = { + # file = ../../secrets/ssh-pub.age; + # owner = "synchronous"; + # mode = "0400"; + # }; + # }; + # secretsDir = "/home/synchronous/.agenix/agenix"; + # secretsMountPoint = "/home/synchronous/.agenix/agenix.d"; + # identityPaths = ["/home/synchronous/.ssh/id_ed25519"]; + # }; boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.efiSysMountPoint = "/boot";