mirror of
https://git.sr.ht/~roxwize/.dotfiles
synced 2025-07-23 22:48:09 +00:00
~
This commit is contained in:
parent
2ad36426a2
commit
c6813d052f
8 changed files with 49 additions and 64 deletions
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
nvidia = {
|
||||
enable = true;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.legacy_390;
|
||||
package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
@ -59,15 +59,15 @@
|
|||
fsType = "ext4";
|
||||
neededForBoot = false;
|
||||
};
|
||||
# # Big fucking thing
|
||||
# fileSystems."/mnt/rae2" = {
|
||||
# device = "/dev/disk/by-uuid/fbbcc72f-34af-425c-9151-ef8919a6ae07";
|
||||
# fsType = "ext4";
|
||||
# neededForBoot = false;
|
||||
# };
|
||||
# Big fucking thing
|
||||
fileSystems."/mnt/rae2" = {
|
||||
device = "/dev/disk/by-uuid/fbbcc72f-34af-425c-9151-ef8919a6ae07";
|
||||
fsType = "ext4";
|
||||
neededForBoot = false;
|
||||
};
|
||||
|
||||
networking = {
|
||||
firewall.allowedTCPPorts = [ 80 443 5900 8080 19132 25565 ];
|
||||
firewall.allowedTCPPorts = [ 80 443 5900 8080 19132 25565 27015 ];
|
||||
hosts = {
|
||||
"10.0.0.2" = [ "near" "near.local" ];
|
||||
};
|
||||
|
@ -148,7 +148,10 @@
|
|||
flatpak.enable = true;
|
||||
};
|
||||
|
||||
security.polkit.enable = true;
|
||||
security = {
|
||||
polkit.enable = true;
|
||||
sudo.package = pkgs.sudo.override { withInsults = true; };
|
||||
};
|
||||
|
||||
xdg = {
|
||||
mime = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue