sys: move to default trivionomicon prefix
This commit is contained in:
parent
8051acd6cc
commit
fe1d793481
4 changed files with 3 additions and 7 deletions
|
@ -38,7 +38,6 @@
|
||||||
inherit flakes;
|
inherit flakes;
|
||||||
|
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
doctrinePrefix = "local";
|
|
||||||
|
|
||||||
paths = {
|
paths = {
|
||||||
localOverlay = "pkgs";
|
localOverlay = "pkgs";
|
||||||
|
|
|
@ -27,8 +27,7 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# trivionomicon
|
trivium = {
|
||||||
local = {
|
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
trivionomiconMotd.enable = true;
|
trivionomiconMotd.enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
@ -37,8 +37,7 @@ with lib; {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# trivionomicon
|
trivium.soju = {
|
||||||
local.soju = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
fullyQualifiedDomain = "soju.posixlycorrect.com";
|
fullyQualifiedDomain = "soju.posixlycorrect.com";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue