lots of changes yes im bad i should commit more often sue me
This commit is contained in:
@@ -39,10 +39,21 @@
|
||||
|
||||
services.hardware.openrgb.enable = true;
|
||||
|
||||
fileSystems."/mnt/HDD1" = {
|
||||
#device = "/dev/disk/by-uuid/35763dc3-c736-4714-ade7-40bf49ad50dd";
|
||||
# fileSystems."/mnt/HDD1" = {
|
||||
# fsType = "ext4";
|
||||
# label = "HDD1";
|
||||
# options = [
|
||||
# # If you don't have this options attribute, it'll default to "defaults"
|
||||
# # boot options for fstab. Search up fstab mount options you can use
|
||||
# "users" # Allows any user to mount and unmount
|
||||
# "nofail" # Prevent system from failing if this drive doesn't mount
|
||||
# "exec" # Permit execution of binaries and other executable files
|
||||
# ];
|
||||
# };
|
||||
|
||||
fileSystems."/mnt/HDD2" = {
|
||||
fsType = "ext4";
|
||||
label = "HDD1";
|
||||
label = "HDD2";
|
||||
options = [
|
||||
# If you don't have this options attribute, it'll default to "defaults"
|
||||
# boot options for fstab. Search up fstab mount options you can use
|
||||
@@ -76,7 +87,7 @@
|
||||
useGlobalPkgs = true;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
sharedModules = [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
];
|
||||
users = {
|
||||
"worble" = import ./home.nix;
|
||||
|
||||
Reference in New Issue
Block a user