Rename the namespace of the system-modules

This commit is contained in:
SebastianStork 2025-05-27 22:19:35 +02:00
parent 61f32cb7ea
commit 06623cd93a
34 changed files with 162 additions and 153 deletions

View file

@ -14,7 +14,8 @@
}
);
myConfig = {
custom = {
sops.enable = true;
boot = {
loader.systemdBoot.enable = true;
silent = true;
@ -23,20 +24,22 @@
dm.tuigreet.enable = true;
de.hyprland.enable = true;
sound.enable = true;
virtualisation.enable = true;
sops.enable = true;
gc.enable = true;
geoclue.enable = true;
tailscale = {
enable = true;
ssh.enable = true;
};
syncthing = {
enable = true;
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
services = {
sound.enable = true;
gc.enable = true;
geoclue.enable = true;
tailscale = {
enable = true;
ssh.enable = true;
};
syncthing = {
enable = true;
deviceId = "FAJS5WM-UAWGW2U-FXCGPSP-VAUOTGM-XUKSEES-D66PMCJ-WBODJLV-XTNCRA7";
};
};
steam.enable = true;
programs.steam.enable = true;
};
}