Add back VPN on laptop for school
This commit is contained in:
parent
1da098028f
commit
02bc93f444
9 changed files with 30 additions and 43 deletions
|
@ -1,9 +1,6 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
home-manager.users."${config.sysusers.main}" = {
|
||||
home = {
|
||||
desktop.enable = false;
|
||||
stateVersion = lib.mkForce "24.05";
|
||||
};
|
||||
home-manager.users."${config.sysusers.main}".home = {
|
||||
stateVersion = lib.mkForce config.system.stateVersion;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue