sys: move to default trivionomicon prefix

This commit is contained in:
Fabian Montero 2025-09-15 12:28:31 -06:00
parent 8051acd6cc
commit fe1d793481
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
4 changed files with 3 additions and 7 deletions

View file

@ -38,7 +38,6 @@
inherit flakes;
system = "x86_64-linux";
doctrinePrefix = "local";
paths = {
localOverlay = "pkgs";

View file

@ -27,8 +27,7 @@ in {
};
};
# trivionomicon
local = {
trivium = {
sway.enable = true;
trivionomiconMotd.enable = true;
};

View file

@ -18,8 +18,7 @@
bluetooth.enable = true;
};
# trivionomicon
local = {
trivium = {
laptop.enable = true;
thinkpad.enable = true;
};

View file

@ -37,8 +37,7 @@ with lib; {
};
};
# trivionomicon
local.soju = {
trivium.soju = {
enable = true;
fullyQualifiedDomain = "soju.posixlycorrect.com";
};