last try
This commit is contained in:
parent
cdb8d3eb18
commit
85b6285a50
1 changed files with 4 additions and 4 deletions
|
|
@ -45,6 +45,10 @@ in
|
||||||
disable = [];
|
disable = [];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.udev.packages = with pkgs; [
|
||||||
|
openiscsi
|
||||||
|
];
|
||||||
|
|
||||||
systemd.services.k3s = {
|
systemd.services.k3s = {
|
||||||
restartTriggers = [
|
restartTriggers = [
|
||||||
(builtins.attrNames config.services.k3s.manifests)
|
(builtins.attrNames config.services.k3s.manifests)
|
||||||
|
|
@ -55,10 +59,6 @@ in
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
openiscsi
|
openiscsi
|
||||||
util-linux
|
util-linux
|
||||||
e2fsprogs
|
|
||||||
xfsprogs
|
|
||||||
lsscsi
|
|
||||||
sg3_utils
|
|
||||||
kmod
|
kmod
|
||||||
systemd
|
systemd
|
||||||
udev
|
udev
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue