nix/host/fsight/Root.nix

4 lines
142 B
Nix
Raw Normal View History

2024-03-29 09:05:08 +03:00
{ lib, ... }: {
users.users.root.hashedPassword = lib.mkForce "$y$j9T$d4HfwutZr.eNHuLJYRuro/$7swZfgCNS6jEXHFCxsW5um/68jX9BRiiZD1BYcm/gD/";
}