From 8189ea60fc228c72207dc2a44537c159e0ee6079 Mon Sep 17 00:00:00 2001 From: Nathan Braswell Date: Tue, 2 Apr 2024 11:19:17 -0400 Subject: [PATCH] updates --- flake.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 71ff3b4..beceeb5 100644 --- a/flake.nix +++ b/flake.nix @@ -289,7 +289,7 @@ hardware.opengl.driSupport32Bit = true; environment.systemPackages = with pkgs; [ - tmux vim wget curl git w3m iftop iotop killall file unzip zip ripgrep imv killall gomuks htop python3 + tmux vim wget curl git w3m iftop iotop killall file unzip zip ripgrep imv killall gomuks htop btop python3 waypipe firefox-wayland chromium gnome.nautilus vlc mpv steam libreoffice calibre foliate transmission-gtk mupdf gimp @@ -425,6 +425,7 @@ fileSystems."/" = { device = "/dev/disk/by-uuid/ae8e4a92-53dd-49b5-bf3a-aeb9a109c01e"; fsType = "ext4"; }; fileSystems."/boot" = { device = "/dev/disk/by-uuid/28E9-0409"; fsType = "vfat"; }; + fileSystems."/nas_disk1" = { device = "/dev/disk/by-uuid/d7907ed2-2aff-4cfc-bb4d-fa46b3f1af57"; fsType = "ext4"; }; swapDevices = [ ]; # END HARDWARE @@ -433,6 +434,9 @@ boot.kernelPackages = pkgs.linuxPackages_latest; networking.hostName = "nixos4800H"; # Define your hostname. + programs.fuse.userAllowOther = true; + services.jellyfin.enable = true; + # THIS SEEMS CONTRADICTORY # The global useDHCP flag is deprecated, therefore explicitly set to false here. # Per-interface useDHCP will be mandatory in the future, so this generated config