From d6c4a0071d03e5d7925099a4654b840a20117218 Mon Sep 17 00:00:00 2001 From: Riley Apeldoorn Date: Tue, 6 Jun 2023 16:19:47 +0200 Subject: [PATCH] Decommission `odin` --- README.md | 6 +++--- flake.nix | 11 ----------- system/odin/core.nix | 0 system/odin/home.nix | 0 4 files changed, 3 insertions(+), 14 deletions(-) delete mode 100644 system/odin/core.nix delete mode 100644 system/odin/home.nix diff --git a/README.md b/README.md index 1e5f6fa..8f96d2c 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/flake.nix b/flake.nix index ee77043..89f6327 100644 --- a/flake.nix +++ b/flake.nix @@ -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. diff --git a/system/odin/core.nix b/system/odin/core.nix deleted file mode 100644 index e69de29..0000000 diff --git a/system/odin/home.nix b/system/odin/home.nix deleted file mode 100644 index e69de29..0000000