Files
dotfiles/users/root/home.nix
2024-01-16 09:03:26 +01:00

11 lines
170 B
Nix

{ ... }:
{
# The home.stateVersion option does not have a default and must be set
home.stateVersion = "23.05";
imports = [
../../programs/ssh.nix
];
}