update flake

This commit is contained in:
Kopatz
2024-06-29 19:37:37 +02:00
parent df1aac5278
commit 12e275bb04
7 changed files with 68 additions and 64 deletions

View File

@@ -16,7 +16,6 @@ in
boot.kernelParams = [ "nvidia_drm.fbdev=1" ];
services.desktopManager.cosmic.enable = true;
services.displayManager.cosmic-greeter.enable = true;
};
}

View File

@@ -8,9 +8,8 @@ in {
config = mkIf cfg.enable {
# Enable OpenGL
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
};

View File

@@ -54,25 +54,29 @@ in {
addresses = [ "tcp://192.168.0.15" "tcp://192.168.2.20" ];
};
};
folders."${basePath}/default" = {
folders."default" = {
id = "default";
path = "${basePath}/default";
devices =
[ "kop-pc" "server" "laptop" "mini-pc" "mini-pc-proxmox" "phone" ];
ignorePerms = false;
};
folders."${basePath}/books" = {
folders."books" = {
id = "books";
path = "${basePath}/books";
devices = [ "kop-pc" "server" "laptop" "mini-pc" "mini-pc-proxmox" ];
};
folders."${basePath}/fh" = {
folders."fh" = {
id = "fh";
path = "${basePath}/fh";
devices = [ "kop-pc" "server" "laptop" "mini-pc" "mini-pc-proxmox" ];
};
folders."${basePath}/work_drive" = {
folders."work_drive" = {
id = "work_drive";
path = "${basePath}/work_drive";
devices = [ "kop-pc" "server" "laptop" "mini-pc" "mini-pc-proxmox" ];
};
};