This commit is contained in:
Asaki Yuki 2026-04-13 18:51:59 +07:00
parent f5562eddde
commit 68a2437d9a

View file

@ -10,6 +10,10 @@
"flakes"
];
device = {
flake-name = "home-server";
};
nixpkgs.config.allowUnfree = true;
boot.loader.systemd-boot.enable = true;