1
0
Fork 0

Add systemd-boot enable

This commit is contained in:
Avery 2025-02-14 22:18:00 +01:00
parent c863c68407
commit 6e3b3de077
Signed by: Avery
GPG key ID: B684FD451B692E04

View file

@ -1,5 +1,8 @@
{ lib, ... }: {
imports = [ ./filesystems.nix ];
boot.loader.systemd-boot.enable = true;
networking = {
firewall.enable = true;
hostName = "greatyamada";