nixos/oxbow: Rename to stream

This commit is contained in:
Jack O'Sullivan 2023-11-19 13:47:23 +00:00
parent 23db7e6c66
commit aa18ebcb3b
2 changed files with 3 additions and 3 deletions

View File

@ -116,7 +116,7 @@
nixos/boxes/colony nixos/boxes/colony
nixos/boxes/tower nixos/boxes/tower
nixos/boxes/castle nixos/boxes/castle
nixos/boxes/home/oxbow.nix nixos/boxes/home/stream.nix
nixos/boxes/kelder nixos/boxes/kelder
# Homes # Homes

View File

@ -2,11 +2,11 @@
imports = [ imports = [
(import ./routing-common { (import ./routing-common {
index = 1; index = 1;
name = "oxbow"; name = "stream";
}) })
]; ];
config.nixos.systems.oxbow = { config.nixos.systems.stream = {
system = "x86_64-linux"; system = "x86_64-linux";
nixpkgs = "mine"; nixpkgs = "mine";
home-manager = "mine"; home-manager = "mine";