Decommission odin
This commit is contained in:
parent
a902f3c816
commit
d6c4a0071d
4 changed files with 3 additions and 14 deletions
|
@ -13,9 +13,9 @@ There are three main directories:
|
||||||
I have some machines that don't run NixOS so I have separated the home-manager stuff (`home`)
|
I have some machines that don't run NixOS so I have separated the home-manager stuff (`home`)
|
||||||
from the NixOS system-level stuff (`core`).
|
from the NixOS system-level stuff (`core`).
|
||||||
|
|
||||||
For example, `thor` and `odin` are both NixOS machines, so for these machines, there is both
|
For example, `strawberry` is a NixOS machine, so for this machine, there is both a `home.nix`
|
||||||
a `home.nix` for the home config of my user account, and a `core.nix` containing the
|
for the home config of my user account, and a `core.nix` containing the system-level configuration
|
||||||
system-level configuration of the machine.
|
of the machine.
|
||||||
|
|
||||||
### Shared configuration
|
### Shared configuration
|
||||||
|
|
||||||
|
|
11
flake.nix
11
flake.nix
|
@ -38,17 +38,6 @@
|
||||||
specialArgs = args;
|
specialArgs = args;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Pinebook
|
|
||||||
"odin" = lib.nixosSystem {
|
|
||||||
system = "aarch64-linux";
|
|
||||||
modules = [
|
|
||||||
(mkUserConfig ./system/odin)
|
|
||||||
./system/odin/core.nix
|
|
||||||
./shared/core
|
|
||||||
];
|
|
||||||
specialArgs = args;
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# Configurations for non-NixOS machines.
|
# Configurations for non-NixOS machines.
|
||||||
|
|
Loading…
Reference in a new issue