10 lines
259 B
Nix
10 lines
259 B
Nix
{...}: {
|
|
system.stateVersion = 5;
|
|
|
|
# bosun = {
|
|
# key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPjqieS4GkYAa1WRYZpxjgYsj7VGZ9U+rTFCkX8M0umD";
|
|
# };
|
|
|
|
# For some reason this is required for hm to work with nix-darwin
|
|
# users.users.christopher = {};
|
|
}
|