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; inherit flakes;
system = "x86_64-linux"; system = "x86_64-linux";
doctrinePrefix = "local";
paths = { paths = {
localOverlay = "pkgs"; localOverlay = "pkgs";

View file

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

View file

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

View file

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