Only install omarchy on desktop machines.

This commit is contained in:
2025-10-25 11:45:41 +01:00
parent bd473d1ad2
commit 5ce0e0e1df
4 changed files with 40 additions and 29 deletions

View File

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