summaryrefslogtreecommitdiff
path: root/modules/desktop/software/boot.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-01 06:11:11 -0700
committerFuwn <[email protected]>2024-10-01 06:11:11 -0700
commit263060f38254f2b93f03c729654451f58d69acad (patch)
treeb89244a25141bbfa2078c54ab7ec98d013cc7957 /modules/desktop/software/boot.nix
parentmodules: move remaining fina-specific configuration to pc and laptop (diff)
downloadnixos-config-263060f38254f2b93f03c729654451f58d69acad.tar.xz
nixos-config-263060f38254f2b93f03c729654451f58d69acad.zip
modules: move emulated systems to extended nix configuration
Diffstat (limited to 'modules/desktop/software/boot.nix')
-rw-r--r--modules/desktop/software/boot.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/desktop/software/boot.nix b/modules/desktop/software/boot.nix
deleted file mode 100644
index 44f9c4e..0000000
--- a/modules/desktop/software/boot.nix
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
-}