Make Cage aware of its need for wifi in my setup

This commit is contained in:
Gene Liverman 2025-01-11 15:55:54 -05:00
parent 8b1874b128
commit 8a053f22b2

View file

@ -97,6 +97,12 @@
};
};
systemd.services.cage-tty1 = {
wants = [
"wpa_supplicant.service"
];
};
users.users.${username} = {
isNormalUser = true;
description = "Gene Liverman";