Compare commits
2 commits
6a856e2a04
...
7983baac85
Author | SHA1 | Date | |
---|---|---|---|
7983baac85 | |||
d774893c74 |
2 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue