Compare commits
2 commits
6a856e2a04
...
7983baac85
Author | SHA1 | Date | |
---|---|---|---|
alejandro-angulo | 7983baac85 | ||
alejandro-angulo | d774893c74 |
|
@ -37,7 +37,7 @@ in {
|
||||||
"met"
|
"met"
|
||||||
"mqtt"
|
"mqtt"
|
||||||
"octoprint"
|
"octoprint"
|
||||||
"vizio"
|
"shelly"
|
||||||
"zeroconf"
|
"zeroconf"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -61,6 +61,8 @@
|
||||||
|
|
||||||
system.zfs.enable = true;
|
system.zfs.enable = true;
|
||||||
system.monitoring.enable = true;
|
system.monitoring.enable = true;
|
||||||
|
|
||||||
|
user.extraGroups = ["dialout" "libvirtd"];
|
||||||
};
|
};
|
||||||
|
|
||||||
services.udev.packages = [
|
services.udev.packages = [
|
||||||
|
@ -162,6 +164,8 @@
|
||||||
openscad
|
openscad
|
||||||
|
|
||||||
zoom-us
|
zoom-us
|
||||||
|
|
||||||
|
tridactyl-native
|
||||||
];
|
];
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
|
|
Loading…
Reference in a new issue