update syncthing

This commit is contained in:
2025-10-14 10:29:28 +08:00
parent e8590d998b
commit df1ae75e01
4 changed files with 4 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
name = "yadunut-mbp";
};
"yadunut-iPhone" = {
id = "K3ZK6OW-4Y6ALVJ-VHAWY73-UGBFX45-OTK532X-OZ4QPI3-ZOEMQCM-ATAD5QO";
id = "3B4KGXN-IG43N4R-WVMQW4N-QC2OJ4C-PZSKLQI-ZCDBOP5-RLDXYH7-FQK3JAH";
name = "yadunut-iPhone";
};
};

View File

@@ -28,8 +28,8 @@ in
];
users.users = {
yadunut = lib.snowfall.mkUser {
shell = pkgs.nushell;
linger = true;
shell = pkgs.zsh;
extraGroups = [ "wheel" ];
hashedPassword = "$y$j9T$9ATrmrhedhb.mAZ4//PiN/$OStCOaJHt3kPA63imTG3zLMWCSLoWCUph5O6jl5mcZ.";
};

1
result
View File

@@ -1 +0,0 @@
/nix/store/2m550vcf4gkg0w792f5pxcp6y8bj39rm-home-manager-generation

View File

@@ -94,7 +94,7 @@ in
};
users.users.cs3223 = lib.snowfall.mkUser {
shell = pkgs.nushell;
shell = pkgs.zsh;
isNormalUser = true;
extraGroups = [ "wheel" ];
};