Decommission `odin`

This commit is contained in:
Riley Apeldoorn 2023-06-06 16:19:47 +02:00
parent a902f3c816
commit d6c4a0071d
4 changed files with 3 additions and 14 deletions

View File

@ -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`)
from the NixOS system-level stuff (`core`).
For example, `thor` and `odin` are both NixOS machines, so for these machines, there is both
a `home.nix` for the home config of my user account, and a `core.nix` containing the
system-level configuration of the machine.
For example, `strawberry` is a NixOS machine, so for this machine, there is both a `home.nix`
for the home config of my user account, and a `core.nix` containing the system-level configuration
of the machine.
### Shared configuration

View File

@ -38,17 +38,6 @@
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.

View File

View File