From a3b4ef0b30cabbcebe8b82120f2da2bd08974f77 Mon Sep 17 00:00:00 2001 From: roxwize Date: Tue, 31 Dec 2024 04:25:35 -0500 Subject: [PATCH] ~ --- nixos/hosts/ioides/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/hosts/ioides/configuration.nix b/nixos/hosts/ioides/configuration.nix index 764098b..f4e0f50 100644 --- a/nixos/hosts/ioides/configuration.nix +++ b/nixos/hosts/ioides/configuration.nix @@ -18,6 +18,13 @@ }; }; + # Music pendrive + fileSystems."/mnt/world" = { + device = "/dev/disk/by-uuid/639bae80-0f5d-481c-ae4e-d2c70f754a1c"; + fsType = "ext4"; + neededForBoot = false; + }; + networking.hostName = "ioides"; services.xserver.videoDrivers = [ "nvidia" ];