From ce99e4c1c8d2f604c0cc8f6187cd8c6b3a017504 Mon Sep 17 00:00:00 2001 From: iFargle Date: Thu, 21 Sep 2023 18:08:51 +0900 Subject: [PATCH] Testing Linode --- README.md | 16 ---------------- flake.nix | 2 +- 2 files changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index d2e9fb8d..b3dcf410 100644 --- a/README.md +++ b/README.md @@ -53,19 +53,11 @@ Completed ToDo List [here](docs/complete.md) │   │   ├── cli │   │   │   └── themes │   │   │   ├── default -│   │   │   │   └── doom-emacs.d │   │   │   └── gruvbox -│   │   │   └── doom-emacs.d │   │   └── gui │   │   └── themes │   │   └── gruvbox │   ├── hosts -│   │   └── nixos-laptop -│   │   └── desktops -│   │   ├── gnome -│   │   └── hyprland -│   │   ├── gruvbox -│   │   └── waybar │   └── users │   └── albert ├── keys @@ -85,15 +77,7 @@ Completed ToDo List [here](docs/complete.md) │   │   ├── cli │   │   └── gui │   ├── hosts -│   │   ├── nixos-desktop -│   │   ├── nixos-laptop -│   │   ├── nixos-rpi4-01 -│   │   ├── nixos-rpi4-02 -│   │   ├── nixos-rpi4-03 -│   │   ├── nixos-rpi4-img -│   │   └── nixos-vm-01 │   └── users -│   └── albert ├── secrets └── wallpapers ├── colorful diff --git a/flake.nix b/flake.nix index d6fec60a..8b5d7ad9 100644 --- a/flake.nix +++ b/flake.nix @@ -57,7 +57,7 @@ }; imageConfigurations = { nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; platform = "aarch64-linux"; format = "sd-aarch64"; }; - nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "iso"; }; + nixos-iso-console = libx.mkImage { hostname = "nixos-iso-console"; format = "linode"; }; }; # Devshell for bootstrapping; acessible via 'nix develop'