update flake
This commit is contained in:
@@ -16,7 +16,6 @@ in
|
||||
boot.kernelParams = [ "nvidia_drm.fbdev=1" ];
|
||||
services.desktopManager.cosmic.enable = true;
|
||||
services.displayManager.cosmic-greeter.enable = true;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -8,9 +8,8 @@ in {
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
# Enable OpenGL
|
||||
hardware.opengl = {
|
||||
hardware.graphics = {
|
||||
enable = true;
|
||||
driSupport = true;
|
||||
driSupport32Bit = true;
|
||||
};
|
||||
|
||||
|
||||
@@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user