Make list of strings
This commit is contained in:
parent
53dbf68c8d
commit
9406bd8ab6
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
boot.kernelParams = ["zfs_force=1"]; # Remove after next boot
|
boot.kernelParams = ["zfs_force=1"]; # Remove after next boot
|
||||||
boot.loader.grub.devices = "/dev/disk/by-partuuid/2b59a132-a2ca-5049-bf54-9bd372cea2e8";
|
boot.loader.grub.devices = [ "/dev/disk/by-partuuid/2b59a132-a2ca-5049-bf54-9bd372cea2e8" ];
|
||||||
|
|
||||||
fileSystems."/" =
|
fileSystems."/" =
|
||||||
{ device = "tank/nixos";
|
{ device = "tank/nixos";
|
||||||
|
|
Loading…
Reference in a new issue