From e6592ac2bfc7ae40f6dcd2e6e89cd72fd507cdfd Mon Sep 17 00:00:00 2001 From: Frank LoTurco Date: Sun, 16 Aug 2026 12:28:31 -0400 Subject: [PATCH] structure: change nixos to nixos-pc for shared pc configurations --- hosts/nero/configuration.nix | 2 +- hosts/pdw-frankiel/configuration.nix | 2 +- hosts/shared/{nixos.nix => nixos-pc.nix} | 0 hosts/shared/nixos-server.nix | 0 4 files changed, 2 insertions(+), 2 deletions(-) rename hosts/shared/{nixos.nix => nixos-pc.nix} (100%) create mode 100644 hosts/shared/nixos-server.nix diff --git a/hosts/nero/configuration.nix b/hosts/nero/configuration.nix index 9f64210..2afb411 100644 --- a/hosts/nero/configuration.nix +++ b/hosts/nero/configuration.nix @@ -12,7 +12,7 @@ let in { imports = [ - ../shared/nixos.nix + ../shared/nixos-pc.nix ../../features/kde.nix ../../features/flatpak.nix ]; diff --git a/hosts/pdw-frankiel/configuration.nix b/hosts/pdw-frankiel/configuration.nix index 486850c..276c56d 100644 --- a/hosts/pdw-frankiel/configuration.nix +++ b/hosts/pdw-frankiel/configuration.nix @@ -8,7 +8,7 @@ let in { imports = [ - ../shared/nixos.nix + ../shared/nixos-pc.nix ../../features/kde.nix ../../features/flatpak.nix ]; diff --git a/hosts/shared/nixos.nix b/hosts/shared/nixos-pc.nix similarity index 100% rename from hosts/shared/nixos.nix rename to hosts/shared/nixos-pc.nix diff --git a/hosts/shared/nixos-server.nix b/hosts/shared/nixos-server.nix new file mode 100644 index 0000000..e69de29