updates
This commit is contained in:
parent
9a9ed68db6
commit
a51f7a6e61
8 changed files with 28 additions and 76 deletions
|
@ -13,6 +13,6 @@ in {
|
|||
services.minio = {
|
||||
enable = true;
|
||||
rootCredentialsFile = "${vs.minio}/environment";
|
||||
package = pkgs.v.minio-old;
|
||||
package = pkgs.minio_legacy_fs;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@ in {
|
|||
|
||||
services.minio = {
|
||||
enable = true;
|
||||
package = pkgs.v.minio-old;
|
||||
package = pkgs.minio_legacy_fs;
|
||||
rootCredentialsFile = "${vs.minio}/environment";
|
||||
listenAddress = ":${toString listenPort}";
|
||||
consoleAddress = ":${toString consolePort}";
|
||||
|
|
|
@ -120,4 +120,7 @@
|
|||
];
|
||||
nix.settings.extra-sandbox-paths =
|
||||
[ (toString config.programs.ccache.cacheDir) ];
|
||||
|
||||
# Enable Ozone rendering for Chromium and Electron apps.
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ in {
|
|||
imports = [
|
||||
./dconf.nix
|
||||
./theme.nix
|
||||
./neovim.nix
|
||||
./neovim.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -189,5 +189,12 @@ in {
|
|||
videos = "${home}/cloud/Videos";
|
||||
};
|
||||
|
||||
# xdg.configFile."electron-flags.conf".text = ''
|
||||
# --enable-features=UseOzonePlatform
|
||||
# --ozone-platform=wayland
|
||||
# --enable-features=WaylandWindowDecorations
|
||||
# --ozone-platform-hint=auto
|
||||
# '';
|
||||
|
||||
services.syncthing.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue