about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-11 12:07:32 +0100
committerene <ene@sils.li>2023-02-11 12:10:44 +0100
commitf7634949fa4e744cd5a930505ac4e9b4f81dc530 (patch)
tree7a290ad625f47430d40facaceb4f5c0706058eb8 /hosts
parentFeat(home-manager): Add firefox config (diff)
downloadnixos-config-f7634949fa4e744cd5a930505ac4e9b4f81dc530.tar.gz
nixos-config-f7634949fa4e744cd5a930505ac4e9b4f81dc530.zip
Feat: Switch to default.nix
Diffstat (limited to 'hosts')
-rw-r--r--hosts/Apzu/hardware/default.nix2
-rw-r--r--hosts/Tiamat/hardware/default.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/Apzu/hardware/default.nix b/hosts/Apzu/hardware/default.nix
index c36b7062..bd7241b3 100644
--- a/hosts/Apzu/hardware/default.nix
+++ b/hosts/Apzu/hardware/default.nix
@@ -13,7 +13,7 @@
 
   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
 
-  system.filesystemLayouts = {
+  system.fileSystemLayouts = {
     enable = true;
     mainDisk = "/dev/disk/by-uuid/<uuid>";
     efiDisk = "/dev/disk/by-uuid/<uuid>";
diff --git a/hosts/Tiamat/hardware/default.nix b/hosts/Tiamat/hardware/default.nix
index c36b7062..bd7241b3 100644
--- a/hosts/Tiamat/hardware/default.nix
+++ b/hosts/Tiamat/hardware/default.nix
@@ -13,7 +13,7 @@
 
   nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
 
-  system.filesystemLayouts = {
+  system.fileSystemLayouts = {
     enable = true;
     mainDisk = "/dev/disk/by-uuid/<uuid>";
     efiDisk = "/dev/disk/by-uuid/<uuid>";