Configure secrets, configure ssh and add H4G0
This commit is contained in:
parent
496e103b53
commit
823ccc15b5
8 changed files with 124 additions and 7 deletions
|
@ -18,7 +18,11 @@
|
|||
users.users.tdpeuter = {
|
||||
description = "Tibo De Peuter";
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
extraGroups = [
|
||||
config.users.groups.keys.name
|
||||
config.users.groups.networkmanager.name
|
||||
config.users.groups.wheel.name
|
||||
];
|
||||
initialPassword = "ChangeMe";
|
||||
packages = with pkgs; [
|
||||
home-manager
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue