move binfmt to flake
This commit is contained in:
parent
4c1100ba1e
commit
a161a458b0
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue