diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-10-24 09:02:29 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-10-24 09:02:29 -0700 |
| commit | e55b8ee0f7073b46fb343a97ee744a95ec40d2ed (patch) | |
| tree | 329c992647f1c420cbf87cec4cca206474f98b39 /machines/nixos/x86_64-linux/installer | |
| parent | move a few more things back as profiles (diff) | |
| download | infra-e55b8ee0f7073b46fb343a97ee744a95ec40d2ed.tar.gz | |
simplify hosts management
Diffstat (limited to 'machines/nixos/x86_64-linux/installer')
| -rw-r--r-- | machines/nixos/x86_64-linux/installer/default.nix | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/machines/nixos/x86_64-linux/installer/default.nix b/machines/nixos/x86_64-linux/installer/default.nix deleted file mode 100644 index e914571..0000000 --- a/machines/nixos/x86_64-linux/installer/default.nix +++ /dev/null @@ -1,21 +0,0 @@ -{ adminUser, modulesPath, ... }: -{ - # run `nix build .#nixosConfigurations.iso.config.system.build.isoImage` to build the image - imports = [ - "${modulesPath}/installer/cd-dvd/channel.nix" - "${modulesPath}/installer/cd-dvd/installation-cd-minimal.nix" - { - home-manager.users.${adminUser.name} = { - imports = [ - { home.stateVersion = "25.05"; } - ]; - }; - } - ]; - - boot.loader.grub.efiSupport = true; - boot.loader.grub.efiInstallAsRemovable = true; - boot.loader.grub.device = "nodev"; - - system.stateVersion = "25.05"; # Did you read the comment? -} |
