users.root -> users.users.root

This commit is contained in:
William 2026-02-11 18:14:00 -03:00
parent e89cd6e91d
commit 2998dd81ad

View file

@ -4,7 +4,7 @@
flake.modules.nixos.root = flake.modules.nixos.root =
{ pkgs, ... }: { pkgs, ... }:
{ {
users.root = { users.users.root = {
shell = pkgs.fish; shell = pkgs.fish;
hashedPassword = "!"; hashedPassword = "!";
}; };