dotfiles/hosts/vasa/default.nix
Christopher Mühl bd0a03e7b8 Re-enable darwin builds
home-manager only for now
2026-01-30 12:10:31 +01:00

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 = {};
}