some user foo
This commit is contained in:
parent
a50d842d23
commit
41b8706e86
2 changed files with 9 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
users.users.sammy = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" ];
|
||||
extraGroups = [ "networkmanager" "wheel" "docker" "libvirtd" ];
|
||||
shell = pkgs.fish;
|
||||
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQSZw+pExsx2RXB+yxbaJGB9mtvudbQ/BP7E1yKvr openpgp:0x6068FEBB" ];
|
||||
hashedPasswordFile = lib.mkDefault config.deployment.keys."sammy_password_hash".path;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ flake, ... }: {
|
||||
{ pkgs, flake, ... }: {
|
||||
imports = (builtins.attrValues flake.homeManagerModules);
|
||||
|
||||
programs.git = {
|
||||
|
@ -15,6 +15,13 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
gtk.enable = true;
|
||||
package = pkgs.vanilla-dmz;
|
||||
name = "Vanilla-DMZ";
|
||||
};
|
||||
|
||||
|
||||
programs.gpg = {
|
||||
enable = true;
|
||||
publicKeys = [
|
||||
|
|
Loading…
Reference in a new issue