mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2025-08-25 21:36:23 +02:00
add vegardbm
Reviewed-on: https://git.pvv.ntnu.no/Drift/pvv-nixos-config/pulls/114
This commit is contained in:
parent
f0d2d989d1
commit
f3c60d0551
22
users/vegardbm.nix
Normal file
22
users/vegardbm.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
users.users.vegardbm = {
|
||||||
|
isNormalUser = true;
|
||||||
|
description = "noe";
|
||||||
|
extraGroups = [
|
||||||
|
"wheel"
|
||||||
|
"drift"
|
||||||
|
"nix-builder-users"
|
||||||
|
];
|
||||||
|
packages = with pkgs; [
|
||||||
|
btop
|
||||||
|
eza
|
||||||
|
neovim
|
||||||
|
ripgrep
|
||||||
|
tmux
|
||||||
|
];
|
||||||
|
openssh.authorizedKeys.keys = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDVA3HqEx3je6L1AC+bP8sTxu3ZTKvTCR0npCyOVAYK5 vbm@arch-xeon"
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user