Configure secrets, configure ssh and add H4G0

This commit is contained in:
Tibo De Peuter 2023-09-10 22:46:34 +02:00
parent 496e103b53
commit 823ccc15b5
8 changed files with 124 additions and 7 deletions

View file

@ -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