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 = [];
|
||||
};
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
openiscsi
|
||||
];
|
||||
|
||||
systemd.services.k3s = {
|
||||
restartTriggers = [
|
||||
(builtins.attrNames config.services.k3s.manifests)
|
||||
|
|
@ -55,10 +59,6 @@ in
|
|||
path = with pkgs; [
|
||||
openiscsi
|
||||
util-linux
|
||||
e2fsprogs
|
||||
xfsprogs
|
||||
lsscsi
|
||||
sg3_utils
|
||||
kmod
|
||||
systemd
|
||||
udev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue