diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-02-08 23:19:40 -0800 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-04-14 18:58:53 -0700 |
| commit | 596308634840634c216e8f1f1db8920886df0aa4 (patch) | |
| tree | 7e55f6c8e8e6864067f293dce6c4ac4d5a3dd393 /snowfall/systems/x86_64-linux/copenhagen/default.nix | |
| parent | 1cfb12afdddce77ab2a8c430b53faf9d8d31d920 (diff) | |
migration: start copenhagen config
Diffstat (limited to 'snowfall/systems/x86_64-linux/copenhagen/default.nix')
| -rw-r--r-- | snowfall/systems/x86_64-linux/copenhagen/default.nix | 20 |
1 files changed, 20 insertions, 0 deletions
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 |