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 = {
|
mj = {
|
||||||
stateVersion = "23.05";
|
stateVersion = "23.05";
|
||||||
timeZone = "Europe/Vilnius";
|
timeZone = "Europe/Vilnius";
|
||||||
|
@ -32,6 +32,7 @@
|
|||||||
|
|
||||||
config = {
|
config = {
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
hardware.enableRedistributableFirmware = true;
|
||||||
|
|
||||||
time.timeZone = config.mj.timeZone;
|
time.timeZone = config.mj.timeZone;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user