From aa8916c231c1a60d8e6df0730e1de685ac0fbe30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Thomas=20Av=C3=A9?= <email@thomasave.be>
Date: Thu, 6 Jun 2024 21:45:43 +0200
Subject: [PATCH] Thu Jun  6 09:45:43 PM CEST 2024

---
 home/nvim/files/lua/plugins/nvim-tree.lua | 1 -
 hosts/Kell/hardware-configuration.nix     | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/home/nvim/files/lua/plugins/nvim-tree.lua b/home/nvim/files/lua/plugins/nvim-tree.lua
index c8376b6..6913ec3 100644
--- a/home/nvim/files/lua/plugins/nvim-tree.lua
+++ b/home/nvim/files/lua/plugins/nvim-tree.lua
@@ -1,7 +1,6 @@
 return {
     'nvim-tree/nvim-tree.lua',
     dependencies = {'nvim-tree/nvim-web-devicons'},
-    tag = 'nightly',
     opts = {
         sort_by = "case_sensitive",
         sync_root_with_cwd = true,
diff --git a/hosts/Kell/hardware-configuration.nix b/hosts/Kell/hardware-configuration.nix
index 2d2ca47..84b4a10 100644
--- a/hosts/Kell/hardware-configuration.nix
+++ b/hosts/Kell/hardware-configuration.nix
@@ -13,12 +13,12 @@
   boot.extraModulePackages = [ ];
 
   fileSystems."/" = {
-    device = "/dev/disk/by-uuid/feef066a-9abf-418d-a39e-603c406a72ff";
+    device = "/dev/disk/by-uuid/daf843cd-8e63-48ed-831a-e055929e86cb";
     fsType = "ext4";
   };
 
   fileSystems."/boot" = {
-    device = "/dev/disk/by-uuid/0D9B-B227";
+    device = "/dev/disk/by-uuid/E1D9-7A48";
     fsType = "vfat";
     options = [ "fmask=0077" "dmask=0077" ];
   };