fixup! Change zfs mount property to legacy

This commit is contained in:
coolneng 2019-11-08 14:36:12 +01:00
parent 97a3a9baa2
commit 1904113f01
3 changed files with 2 additions and 9 deletions

View File

@ -24,14 +24,6 @@
vim
];
# File systems configuration for using the installer's partition layout
fileSystems = {
"/" = {
device = "/dev/disk/by-label/NIXOS_SD";
fsType = "ext4";
};
};
# !!! Adding a swap file is optional, but strongly recommended!
swapDevices = [ { device = "/swapfile"; size = 1024; } ];
@ -106,6 +98,7 @@
./modules/printing.nix
./modules/networking.nix
./modules/datasync.nix
./modules/hardware-configuration.nix
];
}

View File

@ -1,4 +1,4 @@
# syncthingthing and Radicale configuration
# Syncthing and Radicale configuration
{ config, pkgs, lib, ... }:
{