add searx
This commit is contained in:
parent
ccb0f718b2
commit
45381dbb7a
1 changed files with 11 additions and 0 deletions
|
|
@ -90,6 +90,17 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
users.users.aspect = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "aspect";
|
||||||
|
extraGroups = ["wheel" "docker"];
|
||||||
|
shell = pkgs.zsh;
|
||||||
|
hashedPassword = "$6$rounds=2000000$.jQCugUHZuUcjfEn$L1M3pmsEPCeqckEPa5t7pqKCxQyGwxmQvK/65c2.IAXE0bhsoGL3kN0F9WpLxcN/wLt7xcikz005GiKFF.AND.";
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIA45PCi9tsGbGlVYq2Rt1jAD9/GDIDCsEfv88+4mAA2U imboo@FBISurvallienceVan3"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
snowfallorg.users.zack = {
|
snowfallorg.users.zack = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue