Fri Jun 21 11:44:23 PM CEST 2024
This commit is contained in:
parent
6e6bbf3e1e
commit
1e1454c947
20
flake.lock
20
flake.lock
|
@ -76,11 +76,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718835324,
|
"lastModified": 1718990734,
|
||||||
"narHash": "sha256-U5eKTPAXppfSIqKqMIgbyuTBy1gr2seSOUl8sUSR8FE=",
|
"narHash": "sha256-sSW+JRtbKYCtu0ljj0UPXHSYEZdmfS9y22Zy+qprRm8=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "fabc30df52ab5d2c369fc8acd4ff909a6ba3b8ac",
|
"rev": "4a8b13ea4f8e5111390471c9212d10d4d032e837",
|
||||||
"revCount": 4870,
|
"revCount": 4872,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
@ -230,11 +230,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs_2": {
|
"nixpkgs_2": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718530797,
|
"lastModified": 1718895438,
|
||||||
"narHash": "sha256-pup6cYwtgvzDpvpSCFh1TEUjw2zkNpk8iolbKnyFmmU=",
|
"narHash": "sha256-k3JqJrkdoYwE3fHE6xGDY676AYmyh4U2Zw+0Bwe5DLU=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "b60ebf54c15553b393d144357375ea956f89e9a9",
|
"rev": "d603719ec6e294f034936c0d0dc06f689d91b6c3",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -262,11 +262,11 @@
|
||||||
},
|
},
|
||||||
"nur": {
|
"nur": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1718871997,
|
"lastModified": 1718992251,
|
||||||
"narHash": "sha256-sNCO80wsJBb3/NkYY1BQONhuJdlkTVsNqwClOj2KId0=",
|
"narHash": "sha256-wHPXfpeleFtZZx4T/QJP4QDvVxjHE2sGmd+EDXBlWug=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "c1f28d4ba410603d97f9a05564937c7af13e3ace",
|
"rev": "ec879287be7dbca645a82a9d9dfbd206835f3736",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
fileSystems."/home/server".device = pkgs.lib.mkForce "10.0.0.1:/home/server";
|
||||||
|
|
||||||
networking.wireless.iwd.enable = true;
|
networking.wireless.iwd.enable = true;
|
||||||
networking.wireless.iwd.settings = {
|
networking.wireless.iwd.settings = {
|
||||||
IPv6 = {
|
IPv6 = {
|
||||||
|
@ -40,5 +42,4 @@
|
||||||
AutoConnect = true;
|
AutoConnect = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -56,24 +56,19 @@
|
||||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Workspace" = {
|
fileSystems."/home/user/Workspace" = {
|
||||||
device = "192.168.1.2:/home/server/Workspace";
|
device = "/home/server/Workspace";
|
||||||
fsType = "nfs";
|
options = [ "bind" ];
|
||||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Documents" = {
|
fileSystems."/home/user/Documents" = {
|
||||||
device = "192.168.1.2:/home/server/Storage/Thomas/Documents";
|
device = "/home/server/Storage/Thomas/Documents";
|
||||||
fsType = "nfs";
|
options = [ "bind" ];
|
||||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Pictures" = {
|
fileSystems."/home/user/Pictures" = {
|
||||||
device = "192.168.1.2:/home/server/Storage/Thomas/Pictures";
|
device = "/home/server/Storage/Thomas/Pictures";
|
||||||
fsType = "nfs";
|
options = [ "bind" ];
|
||||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
|
||||||
};
|
};
|
||||||
fileSystems."/home/user/Videos" = {
|
fileSystems."/home/user/Videos" = {
|
||||||
device = "192.168.1.2:/home/server/Storage/Thomas/Videos";
|
device = "/home/server/Storage/Thomas/Videos";
|
||||||
fsType = "nfs";
|
options = [ "bind" ];
|
||||||
options = [ "x-systemd.automount" "x-systemd.mount-timeout=1" "_netdev" "noauto" "timeo=1" ];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -4,8 +4,6 @@
|
||||||
|
|
||||||
hardware.opengl = {
|
hardware.opengl = {
|
||||||
enable = true;
|
enable = true;
|
||||||
driSupport = true;
|
|
||||||
driSupport32Bit = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
Loading…
Reference in New Issue