From aa18ebcb3b5270596046394d3914e763c03a5041 Mon Sep 17 00:00:00 2001 From: Jack O'Sullivan Date: Sun, 19 Nov 2023 13:47:23 +0000 Subject: [PATCH] nixos/oxbow: Rename to `stream` --- flake.nix | 2 +- nixos/boxes/home/{oxbow.nix => stream.nix} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) rename nixos/boxes/home/{oxbow.nix => stream.nix} (94%) diff --git a/flake.nix b/flake.nix index 63701fb..079945c 100644 --- a/flake.nix +++ b/flake.nix @@ -116,7 +116,7 @@ nixos/boxes/colony nixos/boxes/tower nixos/boxes/castle - nixos/boxes/home/oxbow.nix + nixos/boxes/home/stream.nix nixos/boxes/kelder # Homes diff --git a/nixos/boxes/home/oxbow.nix b/nixos/boxes/home/stream.nix similarity index 94% rename from nixos/boxes/home/oxbow.nix rename to nixos/boxes/home/stream.nix index 54cf593..8125ea9 100644 --- a/nixos/boxes/home/oxbow.nix +++ b/nixos/boxes/home/stream.nix @@ -2,11 +2,11 @@ imports = [ (import ./routing-common { index = 1; - name = "oxbow"; + name = "stream"; }) ]; - config.nixos.systems.oxbow = { + config.nixos.systems.stream = { system = "x86_64-linux"; nixpkgs = "mine"; home-manager = "mine";