diff --git a/roles/common/configuration.nix b/roles/common/configuration.nix index a0d7fea..0666e24 100755 --- a/roles/common/configuration.nix +++ b/roles/common/configuration.nix @@ -59,6 +59,13 @@ services.fwupd.enable = true; + # Set up my user + users.users.toast = { + isNormalUser = true; + description = "Toast"; + extraGroupps = [ "wheel" ]; + }; + # Set up time zone. time.timeZone = "Europe/Madrid";