summary refs log tree commit diff
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-06-11 03:29:08 +0000
committerRory& <root@rory.gay>2025-06-11 03:29:08 +0000
commit3574f823eb75822cc27db92e897a69e5036846d0 (patch)
treea04acf36cb998995a90a27d76bec78a3f365d778
parentAllow Arc ssh key (diff)
downloadRory-Open-Architecture-3574f823eb75822cc27db92e897a69e5036846d0.tar.xz
Clean up duplicate copy of Arc in flake
-rwxr-xr-xflake.nix23
1 files changed, 0 insertions, 23 deletions
diff --git a/flake.nix b/flake.nix

index 33e2b6b..afc16b4 100755 --- a/flake.nix +++ b/flake.nix
@@ -337,29 +337,6 @@ }; }; - Arc = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - modules = [ - ./host/Arc/configuration.nix - ./hardware-configuration.nix - home-manager.nixosModules.home-manager - lix-module.nixosModules.default - ( - { ... }: - { - nix = { - registry.nixpkgs.flake = nixpkgs; - nixPath = [ "nixpkgs=${nixpkgs.outPath}" ]; - }; - } - ) - ]; - specialArgs = { - inherit home-manager; - inherit nixpkgs-stable; - }; - }; - Rory-portable = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [