fix starlite paths
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
{
|
||||
imports =
|
||||
[
|
||||
../configuration/base.nix
|
||||
# Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
inputs.disko.nixosModules.default
|
||||
@@ -17,6 +18,8 @@
|
||||
../modules/gaming.nix
|
||||
];
|
||||
|
||||
networking.hostName = "tuxedo"; # Define your hostname.
|
||||
|
||||
fileSystems."/mnt/HDD1" = {
|
||||
#device = "/dev/disk/by-uuid/35763dc3-c736-4714-ade7-40bf49ad50dd";
|
||||
fsType = "ext4";
|
||||
|
||||
Reference in New Issue
Block a user