fwminex: enable redistributable firmware, remove docker volume

This commit is contained in:
Motiejus Jakštys 2023-09-14 11:30:14 +03:00
parent a7a6148d0f
commit e341092306
2 changed files with 1 additions and 5 deletions

View File

@ -40,11 +40,6 @@
}
'';
fileSystems."/var/lib/docker" = {
device = "rpool/nixos/var/lib/docker";
fsType = "zfs";
};
mj = {
stateVersion = "23.05";
timeZone = "Europe/Vilnius";

View File

@ -32,6 +32,7 @@
config = {
nixpkgs.config.allowUnfree = true;
hardware.enableRedistributableFirmware = true;
time.timeZone = config.mj.timeZone;