fix server build
This commit is contained in:
@@ -123,7 +123,7 @@
|
|||||||
(
|
(
|
||||||
{ outputs, ... }:
|
{ outputs, ... }:
|
||||||
{
|
{
|
||||||
stylix.image = ./tsukasa.jpg;
|
stylix.image = ./wallpaper/tsukasa.jpg;
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ in
|
|||||||
enable = mkEnableOption "Enables stylix";
|
enable = mkEnableOption "Enables stylix";
|
||||||
image = mkOption {
|
image = mkOption {
|
||||||
type = types.path;
|
type = types.path;
|
||||||
default = ../../tsukasa.jpg;
|
default = ../../wallpaper/tsukasa.jpg;
|
||||||
description = ''
|
description = ''
|
||||||
The wallpaper to use.
|
The wallpaper to use.
|
||||||
'';
|
'';
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ in
|
|||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
optimise.automatic = cfg.optimise;
|
optimise.automatic = cfg.optimise;
|
||||||
settings.allowed-users = [ "root" "@wheel" ];
|
settings.allowed-users = [ "root" "@wheel" "anon" "minecraftserver" ];
|
||||||
settings.experimental-features = [
|
settings.experimental-features = [
|
||||||
"nix-command"
|
"nix-command"
|
||||||
"flakes"
|
"flakes"
|
||||||
|
|||||||
Reference in New Issue
Block a user