diff --git a/flake.nix b/flake.nix index d8cb17b..8bd4e46 100644 --- a/flake.nix +++ b/flake.nix @@ -260,6 +260,7 @@ hidpi = hw.common-hidpi; p1005 = ./hardware/printer/hp-laserjet-p1005.nix; au = ./profiles/auto-upgrade.nix; + binfmt = ./profiles/shell/binfmt-emu.nix; dns64 = { config, ... }: { networking.nameservers = [ "2001:700:1:11::2:51" ]; # dns64.uninett.no networking.networkmanager.enable = true; diff --git a/hosts/bolle/default.nix b/hosts/bolle/default.nix index 5f4576d..a9ae2d0 100644 --- a/hosts/bolle/default.nix +++ b/hosts/bolle/default.nix @@ -15,7 +15,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... ../../profiles/domeneshop-dyndns #../../profiles/code-remote diff --git a/hosts/eple/default.nix b/hosts/eple/default.nix index 5bcd30f..975e022 100644 --- a/hosts/eple/default.nix +++ b/hosts/eple/default.nix @@ -16,7 +16,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... ../../profiles/domeneshop-dyndns #../../profiles/code-remote diff --git a/hosts/garp/default.nix b/hosts/garp/default.nix index bcd6e81..48b7e40 100644 --- a/hosts/garp/default.nix +++ b/hosts/garp/default.nix @@ -32,7 +32,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... #../../profiles/desktop/base.nix #../../profiles/desktop/gnome # configures gdm diff --git a/hosts/nord/default.nix b/hosts/nord/default.nix index 318fe1b..fea487a 100644 --- a/hosts/nord/default.nix +++ b/hosts/nord/default.nix @@ -27,7 +27,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... ../../profiles/desktop/base.nix ../../profiles/desktop/gnome # configures gdm diff --git a/hosts/noximilien/default.nix b/hosts/noximilien/default.nix index 3e1580b..b5cc02c 100644 --- a/hosts/noximilien/default.nix +++ b/hosts/noximilien/default.nix @@ -22,7 +22,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... ../../profiles/services/tmate-server.nix # opens port 42244 diff --git a/hosts/sopp/default.nix b/hosts/sopp/default.nix index 3bfb80f..9d4f9c2 100644 --- a/hosts/sopp/default.nix +++ b/hosts/sopp/default.nix @@ -36,7 +36,6 @@ ../../profiles/shell/base.nix ../../profiles/shell/archives.nix ../../profiles/shell/nix-utils.nix - #../../profiles/shell/binfmt-emu.nix # qemu won't compile... ../../profiles/desktop/base.nix ../../profiles/desktop/gnome # configures gdm