add zammad to fw vm, add web-arm machine
This commit is contained in:
parent
d46990b7fb
commit
f86996cd28
87 changed files with 4681 additions and 135 deletions
11
hosts/nb-new.cloonar.com/modules/appimage.nix
Normal file
11
hosts/nb-new.cloonar.com/modules/appimage.nix
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{ lib, pkgs, ... }:
|
||||
{
|
||||
boot.binfmt.registrations.appimage = {
|
||||
wrapInterpreterInShell = false;
|
||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
||||
recognitionType = "magic";
|
||||
offset = 0;
|
||||
mask = ''\xff\xff\xff\xff\x00\x00\x00\x00\xff\xff\xff'';
|
||||
magicOrExtension = ''\x7fELF....AI\x02'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue