9 lines
117 B
Nix
9 lines
117 B
Nix
{
|
|
ooknet.host = {
|
|
admin = {
|
|
name = "ooks";
|
|
shell = "fish";
|
|
homeManager = true;
|
|
};
|
|
};
|
|
}
|