Trying to fix setup changes
This commit is contained in:
parent
7bd34b242c
commit
29a08e91b6
1 changed files with 7 additions and 7 deletions
14
flake.nix
14
flake.nix
|
@ -12,7 +12,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = inputs: {
|
outputs = inputs: {
|
||||||
nixosConfigurations.raid1base = import ./setup { inherit inputs; };
|
nixosConfigurations.raid1base = import ./mini_conf { inherit inputs; };
|
||||||
colmena = {
|
colmena = {
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import inputs.nixpkgs {
|
nixpkgs = import inputs.nixpkgs {
|
||||||
|
@ -39,8 +39,8 @@
|
||||||
|
|
||||||
./git_system.nix
|
./git_system.nix
|
||||||
|
|
||||||
./setup/disk_conf.nix
|
./disk_conf.nix
|
||||||
./setup/mini_conf.nix
|
./mini_conf.nix
|
||||||
{
|
{
|
||||||
networking.hostId = "0a7337de";
|
networking.hostId = "0a7337de";
|
||||||
boot.loader.grub.zfsSupport = true;
|
boot.loader.grub.zfsSupport = true;
|
||||||
|
@ -65,8 +65,8 @@
|
||||||
|
|
||||||
./runner_system.nix
|
./runner_system.nix
|
||||||
|
|
||||||
./setup/disk_conf.nix
|
./disk_conf.nix
|
||||||
./setup/mini_conf.nix
|
./mini_conf.nix
|
||||||
{
|
{
|
||||||
networking.hostId = "0a7337de";
|
networking.hostId = "0a7337de";
|
||||||
boot.loader.grub.zfsSupport = true;
|
boot.loader.grub.zfsSupport = true;
|
||||||
|
@ -91,8 +91,8 @@
|
||||||
|
|
||||||
./dev_system.nix
|
./dev_system.nix
|
||||||
|
|
||||||
./setup/disk_conf.nix
|
./disk_conf.nix
|
||||||
./setup/mini_conf.nix
|
./mini_conf.nix
|
||||||
{
|
{
|
||||||
networking.hostId = "0a7337de";
|
networking.hostId = "0a7337de";
|
||||||
boot.loader.grub.zfsSupport = true;
|
boot.loader.grub.zfsSupport = true;
|
||||||
|
|
Loading…
Reference in a new issue