big changes

This commit is contained in:
fwastring 2025-10-17 09:51:35 +02:00
parent ac9462c677
commit 51de7ef3a2
14 changed files with 481 additions and 105 deletions

View file

@ -31,10 +31,17 @@ in
];
kubernetes-tools.enable = true;
networking.networkmanager = {
enable = true;
plugins = with pkgs; [
networkmanager-openvpn
];
};
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
# base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-latte.yaml";
};
programs.ssh.knownHosts = {

View file

@ -30,6 +30,7 @@ in
( modulesDirectory + /services/actual )
( modulesDirectory + /services/forgejo )
( modulesDirectory + /services/wishlist )
( modulesDirectory + /services/glance )
];
sops.defaultSopsFile = ../../secrets/sops.yaml;
@ -43,6 +44,11 @@ in
mpd = {
enable = true;
};
glance = {
enable = true;
host = "127.0.0.1";
domain = "home.wastring.com";
};
wishlist = {
enable = true;
host = "127.0.0.1";