feat: Added stuff from steamdeck
Signed-off-by: uttarayan21 <email@uttarayan.me>
This commit is contained in:
@@ -6,5 +6,11 @@
|
||||
imports = [
|
||||
../modules/home/tailscale.nix
|
||||
];
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale = {
|
||||
enable = false;
|
||||
};
|
||||
|
||||
home.packages = [
|
||||
pkgs.tailscale
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user