Install omarchy-nix on sparky.
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user