refactor(glance): moved to nixos module

This commit is contained in:
Mohammad Rafiq 2025-04-28 19:34:43 +08:00
parent 36b1088d34
commit 5745510e1a
No known key found for this signature in database
4 changed files with 36 additions and 15 deletions

View file

@ -5,4 +5,5 @@
];
boot-config.bootloader = "systemd-boot";
hardware-config.cpu = "intel";
service-glance.enable = true;
}