mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -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} = {
|
users.users.${username} = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Gene Liverman";
|
description = "Gene Liverman";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue