diff options
Diffstat (limited to 'systems')
-rw-r--r-- | systems/ayase/system-configuration.scm | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/systems/ayase/system-configuration.scm b/systems/ayase/system-configuration.scm index 1f60d6f..fb072e9 100644 --- a/systems/ayase/system-configuration.scm +++ b/systems/ayase/system-configuration.scm @@ -19,6 +19,9 @@ "emacs-exwm" "emacs-desktop-environment")) +(define swap-uuid + "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841") + (define timezone "Europe/Warsaw") @@ -62,7 +65,7 @@ (keyboard-layout keyboard-layout))) (define main-swap - (swap-space (target (uuid "cc6bbf7c-e42a-4ac3-a9ae-3b14d3b4b841")))) + (swap-space (target (uuid swap-uuid)))) (define system-packages (map specification->package |