From b1e61c5fc042072cdff899e47b4492403d7d31de Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Sun, 3 May 2020 16:55:53 +0100 Subject: [PATCH] ixvm-fra01: learn to spell fileSystems --- ops/nixos/ixvm-fra01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ops/nixos/ixvm-fra01/default.nix b/ops/nixos/ixvm-fra01/default.nix index 1f74e4404d..1fc35261e7 100644 --- a/ops/nixos/ixvm-fra01/default.nix +++ b/ops/nixos/ixvm-fra01/default.nix @@ -17,7 +17,7 @@ in lib.fix (self: { "net.ipv6.conf.all.autoconf" = 0; }; - filesystems = { + fileSystems = { "/" = { device = "/dev/disk/by-uuid/fafafa2b-ec19-40ae-bd04-cc286beb2946"; fsType = "ext4";