fwminex: enable redistributable firmware, remove docker volume
This commit is contained in:
parent
a7a6148d0f
commit
e341092306
@ -40,11 +40,6 @@
|
||||
}
|
||||
'';
|
||||
|
||||
fileSystems."/var/lib/docker" = {
|
||||
device = "rpool/nixos/var/lib/docker";
|
||||
fsType = "zfs";
|
||||
};
|
||||
|
||||
mj = {
|
||||
stateVersion = "23.05";
|
||||
timeZone = "Europe/Vilnius";
|
||||
|
@ -32,6 +32,7 @@
|
||||
|
||||
config = {
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
time.timeZone = config.mj.timeZone;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user