update syncthing
This commit is contained in:
@@ -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";
|
||||
};
|
||||
};
|
||||
|
||||
@@ -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
1
result
@@ -1 +0,0 @@
|
||||
/nix/store/2m550vcf4gkg0w792f5pxcp6y8bj39rm-home-manager-generation
|
||||
@@ -94,7 +94,7 @@ in
|
||||
};
|
||||
|
||||
users.users.cs3223 = lib.snowfall.mkUser {
|
||||
shell = pkgs.nushell;
|
||||
shell = pkgs.zsh;
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user