feat: change data directories, add disko for usb storage

This commit is contained in:
Ryan Yin
2024-07-31 11:52:48 +08:00
parent b671c05db9
commit 8c795c7d0d
10 changed files with 77 additions and 26 deletions

View File

@@ -2,6 +2,7 @@
mylib,
myvars,
pkgs,
disko,
...
}:
#############################################################
@@ -12,7 +13,11 @@
let
hostName = "aquamarine"; # Define your hostname.
in {
imports = mylib.scanPaths ./.;
imports =
(mylib.scanPaths ./.)
++ [
disko.nixosModules.default
];
# supported file systems, so we can mount any removable disks with these filesystems
boot.supportedFilesystems = [