mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 01:17:42 -04:00
Make Cage aware of its need for wifi in my setup
This commit is contained in:
parent
8b1874b128
commit
8a053f22b2
1 changed files with 6 additions and 0 deletions
|
|
@ -97,6 +97,12 @@
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services.cage-tty1 = {
|
||||
wants = [
|
||||
"wpa_supplicant.service"
|
||||
];
|
||||
};
|
||||
|
||||
users.users.${username} = {
|
||||
isNormalUser = true;
|
||||
description = "Gene Liverman";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue