fix server build

This commit is contained in:
Kopatz
2026-01-28 11:55:19 +01:00
parent e71496a0a2
commit cf910c4273
3 changed files with 3 additions and 3 deletions

View File

@@ -123,7 +123,7 @@
(
{ outputs, ... }:
{
stylix.image = ./tsukasa.jpg;
stylix.image = ./wallpaper/tsukasa.jpg;
}
)
];

View File

@@ -12,7 +12,7 @@ in
enable = mkEnableOption "Enables stylix";
image = mkOption {
type = types.path;
default = ../../tsukasa.jpg;
default = ../../wallpaper/tsukasa.jpg;
description = ''
The wallpaper to use.
'';

View File

@@ -25,7 +25,7 @@ in
nix = {
optimise.automatic = cfg.optimise;
settings.allowed-users = [ "root" "@wheel" ];
settings.allowed-users = [ "root" "@wheel" "anon" "minecraftserver" ];
settings.experimental-features = [
"nix-command"
"flakes"