From 596308634840634c216e8f1f1db8920886df0aa4 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sat, 8 Feb 2025 23:19:40 -0800 Subject: migration: start copenhagen config --- snowfall/systems/x86_64-linux/copenhagen/default.nix | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 snowfall/systems/x86_64-linux/copenhagen/default.nix (limited to 'snowfall/systems/x86_64-linux/copenhagen/default.nix') diff --git a/snowfall/systems/x86_64-linux/copenhagen/default.nix b/snowfall/systems/x86_64-linux/copenhagen/default.nix new file mode 100644 index 0000000..38705a8 --- /dev/null +++ b/snowfall/systems/x86_64-linux/copenhagen/default.nix @@ -0,0 +1,20 @@ +{ lib, pkgs, namespace, ... }: + +with lib; with lib.${namespace}; { + imports = [ + ./hardware.nix + ./network.nix + ]; + + cxl = { + system = { + hostname = "copenhagen"; + id = "a50062ff"; + + impermanence.enable = true; + impermanence.home.enable = true; + }; + }; + + system.stateVersion = "23.11"; +} \ No newline at end of file -- cgit v1.2.3