Added some new hacking tools

This commit is contained in:
Random936
2025-01-28 18:36:41 -08:00
parent 6e78008c9a
commit 45cfe6c276
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
boot.loader.efi.canTouchEfiVariables = true;
# Supported Filesystems
boot.supportedFilesystems = [ "ntfs" ];
boot.supportedFilesystems = [ "ntfs" "nfs" ];
# Import default user config
users.users.random = import ./user.nix;