Skip to content

Commit

Permalink
feat: initial config for shiroi
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Dec 3, 2024
1 parent 2c97b63 commit daeb398
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@
nuc9 = libx.mkHost { systemType = "server"; hostname = "nuc9"; username = "archon"; };

orca = libx.mkHost { systemType = "server"; hostname = "orca"; username = "archon"; };
shiroi = libx.mkHost { systemType = "server"; hostname = "shiroi"; username = "archon"; };

"dotest.carrio.dev" = libx.mkHost { systemType = "server"; hostname = "dotest.carrio.dev"; username = "archon"; };
"nix-proxy-droplet" = libx.mkHost { systemType = "server"; hostname = "nix-proxy-droplet"; username = "archon"; };
Expand Down
6 changes: 6 additions & 0 deletions nixos/server/shiroi/default.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{ lib, config, ... }: {
oxc.services.tailscale.enable = true;
oxc.services.tailscale.autoconnect = false;

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}

0 comments on commit daeb398

Please sign in to comment.