diff --git a/tests/default.nix b/tests/default.nix index cbae60b..3eb6a12 100644 --- a/tests/default.nix +++ b/tests/default.nix @@ -8,10 +8,8 @@ nixpkgs.config.allowUnfree = true; - users.users.test = { - isNormalUser = true; - extraGroups = [ "wheel" ]; - initialPassword = "test"; + users.users.root = { + initialPassword = "toor"; }; services.invoiceninja = {