From 25a56cdcf23f9e008a4cb00cec5d7e0fed063ada Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Sun, 10 Nov 2024 15:04:23 -0500 Subject: [PATCH] Restructure: organize hosts --- README.md | 4 +++- configuration.nix => hosts/supercell/configuration.nix | 0 .../supercell/hardware-configuration.nix | 0 home.nix => hosts/supercell/home.nix | 0 4 files changed, 3 insertions(+), 1 deletion(-) rename configuration.nix => hosts/supercell/configuration.nix (100%) rename hardware-configuration.nix => hosts/supercell/hardware-configuration.nix (100%) rename home.nix => hosts/supercell/home.nix (100%) diff --git a/README.md b/README.md index 70972b7..0fbeb3b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # nixos-config -All system's nix configuration \ No newline at end of file +All system's nix configuration + +Updating: `sudo nixos-rebuild switch --flake /etc/nixos/#hostname` diff --git a/configuration.nix b/hosts/supercell/configuration.nix similarity index 100% rename from configuration.nix rename to hosts/supercell/configuration.nix diff --git a/hardware-configuration.nix b/hosts/supercell/hardware-configuration.nix similarity index 100% rename from hardware-configuration.nix rename to hosts/supercell/hardware-configuration.nix diff --git a/home.nix b/hosts/supercell/home.nix similarity index 100% rename from home.nix rename to hosts/supercell/home.nix