ooknet/hosts/ooknode/default.nix

9 lines
117 B
Nix

{
ooknet.host = {
admin = {
name = "ooks";
shell = "fish";
homeManager = true;
};
};
}