From d804019b54c5f14b55c76e276bd1ab060ad1f503 Mon Sep 17 00:00:00 2001 From: chn Date: Tue, 19 Mar 2024 22:07:52 +0800 Subject: [PATCH] user: remove unused subuid --- modules/user/gb/default.nix | 1 - modules/user/root/default.nix | 1 - modules/user/xll/default.nix | 1 - modules/user/yjq/default.nix | 1 - modules/user/zem/default.nix | 1 - 5 files changed, 5 deletions(-) diff --git a/modules/user/gb/default.nix b/modules/user/gb/default.nix index 59641bea..1eba3411 100644 --- a/modules/user/gb/default.nix +++ b/modules/user/gb/default.nix @@ -13,7 +13,6 @@ inputs: (builtins.attrNames inputs.config.users.groups); hashedPasswordFile = inputs.config.sops.secrets."users/gb".path; openssh.authorizedKeys.keys = [ (builtins.readFile ./id_rsa.pub) ]; - autoSubUidGidRange = true; }; home-manager.users.gb = homeInputs: { diff --git a/modules/user/root/default.nix b/modules/user/root/default.nix index 67ffd08b..a13f8e7d 100644 --- a/modules/user/root/default.nix +++ b/modules/user/root/default.nix @@ -8,7 +8,6 @@ inputs: { users.users.root = { - autoSubUidGidRange = true; hashedPassword = "$y$j9T$.UyKKvDnmlJaYZAh6./rf/$65dRqishAiqxCE6LEMjqruwJPZte7uiyYLVKpzdZNH5"; openssh.authorizedKeys.keys = [ diff --git a/modules/user/xll/default.nix b/modules/user/xll/default.nix index 3d1562e1..96796f77 100644 --- a/modules/user/xll/default.nix +++ b/modules/user/xll/default.nix @@ -13,7 +13,6 @@ inputs: (builtins.attrNames inputs.config.users.groups); hashedPasswordFile = inputs.config.sops.secrets."users/xll".path; openssh.authorizedKeys.keys = [ (builtins.readFile ./id_rsa.pub) ]; - autoSubUidGidRange = true; }; home-manager.users.xll = homeInputs: { diff --git a/modules/user/yjq/default.nix b/modules/user/yjq/default.nix index 2d9be360..99eaaab1 100644 --- a/modules/user/yjq/default.nix +++ b/modules/user/yjq/default.nix @@ -13,7 +13,6 @@ inputs: (builtins.attrNames inputs.config.users.groups); hashedPasswordFile = inputs.config.sops.secrets."users/yjq".path; openssh.authorizedKeys.keys = [ (builtins.readFile ./id_rsa.pub) ]; - autoSubUidGidRange = true; }; home-manager.users.yjq = homeInputs: { diff --git a/modules/user/zem/default.nix b/modules/user/zem/default.nix index e6bf014a..8a290c79 100644 --- a/modules/user/zem/default.nix +++ b/modules/user/zem/default.nix @@ -13,7 +13,6 @@ inputs: (builtins.attrNames inputs.config.users.groups); hashedPasswordFile = inputs.config.sops.secrets."users/zem".path; openssh.authorizedKeys.keys = [ (builtins.readFile ./id_rsa.pub) ]; - autoSubUidGidRange = true; }; home-manager.users.zem = homeInputs: {