remove worldofpeace (#99)
As announced by worldofpeace in https://github.com/NixOS/nixpkgs/issues/121769 they step official away from the project.
This commit is contained in:
parent
dc4a411085
commit
d7883e794d
1 changed files with 0 additions and 24 deletions
|
@ -1,24 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
let
|
|
||||||
userLib = import ./lib.nix { inherit lib; };
|
|
||||||
keys = [
|
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGEkPcumvhBjIZ44tnhN6+hZR8vsCSLD4r1dFzlnXA4 Nix Community - worldofpeace"
|
|
||||||
];
|
|
||||||
|
|
||||||
in
|
|
||||||
{
|
|
||||||
users.users.worldofpeace = {
|
|
||||||
openssh.authorizedKeys.keys = keys;
|
|
||||||
useDefaultShell = true;
|
|
||||||
isNormalUser = true;
|
|
||||||
extraGroups = [
|
|
||||||
"wheel"
|
|
||||||
];
|
|
||||||
uid = userLib.mkUid "wope";
|
|
||||||
};
|
|
||||||
|
|
||||||
nix.trustedUsers = [
|
|
||||||
"worldofpeace"
|
|
||||||
];
|
|
||||||
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue