naivete: mac mini no more

This commit is contained in:
Sridhar Ratnakumar 2025-02-03 18:30:33 -05:00
parent b50de6648c
commit 40b9030d94
2 changed files with 0 additions and 34 deletions

View file

@ -1,29 +0,0 @@
# Configuration for my M1 Macbook Max as headless server
{ flake, ... }:
let
inherit (flake) inputs;
inherit (inputs) self;
in
{
nixos-unified.sshTarget = "srid@naivete";
imports = [
self.darwinModules.default
(self + /modules/nixos/shared/github-runner.nix)
];
nixpkgs.hostPlatform = "aarch64-darwin";
networking.hostName = "naivete";
services.tailscale.enable = true;
system.keyboard = {
enableKeyMapping = true;
remapCapsLockToControl = true;
};
# Used for backwards compatibility, please read the changelog before changing.
# $ darwin-rebuild changelog
system.stateVersion = 4;
}

View file

@ -16,11 +16,6 @@ nom:
pureintent:
nix run . pureintent
# Deploy to Mac Mini
[group('deploy')]
naivete:
nix run . naivete
# Deploy to infinitude (mac)
[group('deploy')]
infinitude: