Install omarchy-nix on sparky.

This commit is contained in:
2025-10-25 11:29:51 +01:00
parent dd8fee0ecb
commit 064d227344
5 changed files with 552 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, inputs, ... }:
{ pkgs, inputs, lib, ... }:
{
imports = [
../../common/encrypted-btrfs-layout.nix
@@ -16,5 +16,7 @@
};
networking.hostName = "sparky";
# enabled by omarchy-nix, conflicts with useDHCP
networking.networkmanager.enable = lib.mkForce false;
services.tailscaleAutoconnect.authkey = "tskey-auth-kBCKN7QNv411CNTRL-n5Td7Jw7h3TAjubEeLmy1THy33JvD9JnM";
}