hosts/sarien: split up

modules/stylix: change wallpaper

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-27 22:19:03 +03:00
parent 83949480c8
commit 5fe09a598a
16 changed files with 252 additions and 174 deletions

View File

@ -0,0 +1,14 @@
{
config,
inputs,
...
}: let
inherit (inputs) mysecrets;
inherit (config.networking) hostName;
in {
imports = with inputs; [
nixos-facter-modules.nixosModules.facter
];
facter.reportPath = "${mysecrets}/facter/${hostName}.json";
systemd.network.wait-online.enable = false;
}