Regenerated
This commit is contained in:
+309
-308
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -3471,7 +3471,7 @@ This sets the dbus implementation
|
|||||||
|
|
||||||
* generated/users
|
* generated/users
|
||||||
|
|
||||||
** =generated/users/henrov.nix=
|
** =generated/users/=
|
||||||
This is the default user, just search and replace henrov another name if you want to change
|
This is the default user, just search and replace henrov another name if you want to change
|
||||||
#+BEGIN_SRC nix :tangle generated/users/henrov.nix :noweb yes :mkdirp yes :eval never
|
#+BEGIN_SRC nix :tangle generated/users/henrov.nix :noweb yes :mkdirp yes :eval never
|
||||||
{ lib, config, pkgs, ... }:
|
{ lib, config, pkgs, ... }:
|
||||||
@@ -3488,6 +3488,7 @@ in
|
|||||||
home = "/home/${username}";
|
home = "/home/${username}";
|
||||||
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
|
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
|
||||||
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
|
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
|
||||||
|
ignoreShellProgramCheck = true; # <-- avoids the assertion
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -12,6 +12,7 @@ in
|
|||||||
home = "/home/${username}";
|
home = "/home/${username}";
|
||||||
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
|
hashedPassword = "$6$S7iShgBxB.77CwmP$i0njK.2r3OL5UEvgZbmwZ0rnpZ4QyJcv8p9uCmJ4AiVPSMXkQkIwMLzyAOnJ0q8.tPLIp/7EquEIZeK8qbmgw/";
|
||||||
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
|
extraGroups = [ "wheel" "networkmanager" "bluetooth" ];
|
||||||
|
ignoreShellProgramCheck = true; # <-- avoids the assertion
|
||||||
shell = pkgs.zsh;
|
shell = pkgs.zsh;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user