Testing Linode
This commit is contained in:
parent
9f97706ba2
commit
ce99e4c1c8
2 changed files with 1 additions and 17 deletions
16
README.md
16
README.md
|
@ -53,19 +53,11 @@ Completed ToDo List [here](docs/complete.md)
|
||||||
│ │ ├── cli
|
│ │ ├── cli
|
||||||
│ │ │ └── themes
|
│ │ │ └── themes
|
||||||
│ │ │ ├── default
|
│ │ │ ├── default
|
||||||
│ │ │ │ └── doom-emacs.d
|
|
||||||
│ │ │ └── gruvbox
|
│ │ │ └── gruvbox
|
||||||
│ │ │ └── doom-emacs.d
|
|
||||||
│ │ └── gui
|
│ │ └── gui
|
||||||
│ │ └── themes
|
│ │ └── themes
|
||||||
│ │ └── gruvbox
|
│ │ └── gruvbox
|
||||||
│ ├── hosts
|
│ ├── hosts
|
||||||
│ │ └── nixos-laptop
|
|
||||||
│ │ └── desktops
|
|
||||||
│ │ ├── gnome
|
|
||||||
│ │ └── hyprland
|
|
||||||
│ │ ├── gruvbox
|
|
||||||
│ │ └── waybar
|
|
||||||
│ └── users
|
│ └── users
|
||||||
│ └── albert
|
│ └── albert
|
||||||
├── keys
|
├── keys
|
||||||
|
@ -85,15 +77,7 @@ Completed ToDo List [here](docs/complete.md)
|
||||||
│ │ ├── cli
|
│ │ ├── cli
|
||||||
│ │ └── gui
|
│ │ └── gui
|
||||||
│ ├── hosts
|
│ ├── hosts
|
||||||
│ │ ├── nixos-desktop
|
|
||||||
│ │ ├── nixos-laptop
|
|
||||||
│ │ ├── nixos-rpi4-01
|
|
||||||
│ │ ├── nixos-rpi4-02
|
|
||||||
│ │ ├── nixos-rpi4-03
|
|
||||||
│ │ ├── nixos-rpi4-img
|
|
||||||
│ │ └── nixos-vm-01
|
|
||||||
│ └── users
|
│ └── users
|
||||||
│ └── albert
|
|
||||||
├── secrets
|
├── secrets
|
||||||
└── wallpapers
|
└── wallpapers
|
||||||
├── colorful
|
├── colorful
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
};
|
};
|
||||||
imageConfigurations = {
|
imageConfigurations = {
|
||||||
nixos-rpi4-img = libx.mkImage { hostname = "nixos-rpi4-img"; platform = "aarch64-linux"; format = "sd-aarch64"; };
|
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'
|
# Devshell for bootstrapping; acessible via 'nix develop'
|
||||||
|
|
Loading…
Reference in a new issue