diff --git a/machines/calcite/configuration.nix b/machines/calcite/configuration.nix index 43251e2..1871c6d 100644 --- a/machines/calcite/configuration.nix +++ b/machines/calcite/configuration.nix @@ -158,10 +158,6 @@ clang-tools rnix-lsp - # C/C++ - gcc - gdb - # Python # reference: https://nixos.wiki/wiki/Python ( diff --git a/machines/calcite/hardware-configuration.nix b/machines/calcite/hardware-configuration.nix index 0bd2426..c59286d 100644 --- a/machines/calcite/hardware-configuration.nix +++ b/machines/calcite/hardware-configuration.nix @@ -23,13 +23,6 @@ fsType = "vfat"; }; - fileSystems."/media/data" = - { - device = "/dev/disk/by-label/WINDATA"; - fsType = "ntfs3"; - options = [ "rw" "uid=1000" ]; - }; - swapDevices = [ { device = "/dev/disk/by-label/NIXSWAP"; } ];