dotfiles/system/private.sample.nix

10 lines
234 B
Nix
Raw Normal View History

2023-05-11 05:33:08 +07:00
{
nixmsi = { pkgs, lib, ... }: {
# insert private config here
# time.timeZone = ...;
# users.users.root.initialHashedPassword = ...;
# users.users.user.initialHashedPassword = ...;
};
nixserver = { ... }: { };
}