move example installer testbed
This commit is contained in:
parent
012e493ad3
commit
39b350ebe7
5 changed files with 1152 additions and 1 deletions
1149
utilities/nixos-installers/examples/testbed/flake.lock
generated
Normal file
1149
utilities/nixos-installers/examples/testbed/flake.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -4,6 +4,7 @@
|
||||||
home-manager.url = "github:rycee/home-manager/release-25.05";
|
home-manager.url = "github:rycee/home-manager/release-25.05";
|
||||||
|
|
||||||
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
|
||||||
|
de_plasma.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/de_plasma";
|
||||||
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
ros_neovim.url = "git+https://git.joshuabell.xyz/ringofstorms/nvim";
|
||||||
|
|
||||||
impermanence.url = "github:nix-community/impermanence";
|
impermanence.url = "github:nix-community/impermanence";
|
||||||
|
|
@ -21,7 +22,7 @@
|
||||||
configurationName = "testbed";
|
configurationName = "testbed";
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
primaryUser = "luser";
|
primaryUser = "luser";
|
||||||
configLocation = "/home/${primaryUser}/.config/nixos-config";
|
configLocation = "/home/${primaryUser}/.config/nixos-config/utilities/nixos-installers/examples/${configurationName}";
|
||||||
# configLocation = "/home/${primaryUser}/.config/nixos-config/hosts/${configurationName}";
|
# configLocation = "/home/${primaryUser}/.config/nixos-config/hosts/${configurationName}";
|
||||||
lib = nixpkgs.lib;
|
lib = nixpkgs.lib;
|
||||||
in
|
in
|
||||||
|
|
@ -37,6 +38,7 @@
|
||||||
inputs.impermanence.nixosModules.impermanence
|
inputs.impermanence.nixosModules.impermanence
|
||||||
inputs.home-manager.nixosModules.default
|
inputs.home-manager.nixosModules.default
|
||||||
|
|
||||||
|
inputs.de_plasma.nixosModules.default
|
||||||
ros_neovim.nixosModules.default
|
ros_neovim.nixosModules.default
|
||||||
(
|
(
|
||||||
{ ... }:
|
{ ... }:
|
||||||
Loading…
Add table
Add a link
Reference in a new issue