mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-29 04:27:11 +08:00
naivete: mac mini no more
This commit is contained in:
parent
b50de6648c
commit
40b9030d94
2 changed files with 0 additions and 34 deletions
|
|
@ -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;
|
||||
}
|
||||
5
justfile
5
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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue