diff options
Diffstat (limited to 'deployment/system')
| -rw-r--r-- | deployment/system/aisaka.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/deployment/system/aisaka.scm b/deployment/system/aisaka.scm index 4ecd374..d5e368d 100644 --- a/deployment/system/aisaka.scm +++ b/deployment/system/aisaka.scm @@ -19,7 +19,8 @@ ;;; If not, see <https://www.gnu.org/licenses/>. (define-module (deployment system aisaka) - #:export (host-name-aisaka) + #:export (bootloader-configuration-targets-aisaka + host-name-aisaka) #:use-module (guix gexp) #:use-module ((deployment gexp) #:prefix deployment:gexp:) @@ -322,4 +323,7 @@ (define host-name-aisaka "aisaka") +(define bootloader-configuration-targets-aisaka + (list "/dev/nvme0n1")) + ;;; EOF |
