From ac32833239c7e32cbe2ab08254a05f31f2a1de3a Mon Sep 17 00:00:00 2001 From: Nathan Date: Thu, 23 Apr 2026 16:10:32 -0500 Subject: [PATCH] test iso --- modules/users/nathan/nathan.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/modules/users/nathan/nathan.nix b/modules/users/nathan/nathan.nix index 22faad3..9719c0c 100644 --- a/modules/users/nathan/nathan.nix +++ b/modules/users/nathan/nathan.nix @@ -1,18 +1,18 @@ { self, inputs, ... }: { flake.nixosModules.user-nathan = { config, lib, pkgs, ... }: let - laptop = [ "laptop" ]; - homebox = [ "homebox" ]; - iso = [ "iso" ]; - useWith = x: y: (lib.mkIf (builtins.any (z: z == config.networking.hostName) x) y); - in { + laptop = [ "laptop" ]; + homebox = [ "homebox" ]; + iso = [ "iso" ]; + useWith = x: y: (lib.mkIf (builtins.any (z: z == config.networking.hostName) x) y); + in { + + imports = [ + inputs.sops-nix.nixosModules.sops + ]; config = { - imports = [ - inputs.sops-nix.nixosModules.sops - ]; - sops.secrets."nathan/pass" = { neededForUsers = true; sopsFile = ./secrets.yaml;