diff --git a/configurations/darwin/naivete.nix b/configurations/darwin/naivete.nix deleted file mode 100644 index 95e112b..0000000 --- a/configurations/darwin/naivete.nix +++ /dev/null @@ -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; -} diff --git a/justfile b/justfile index 086b3b0..19e82cb 100644 --- a/justfile +++ b/justfile @@ -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: