feat: Changes to steamdeck configs
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
{...}: {
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
|
||||
@@ -291,7 +291,7 @@
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
};
|
||||
modules = [{nixpkgs.config.allowUnfree = true;} ./deck.nix];
|
||||
modules = [{nixpkgs.config.allowUnfree = true;} ./steamdeck];
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [./tailscale.nix];
|
||||
programs = {home-manager.enable = true;};
|
||||
home = {
|
||||
username = "deck";
|
||||
6
steamdeck/tailscale.nix
Normal file
6
steamdeck/tailscale.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
pkgs,
|
||||
config,
|
||||
}: {
|
||||
services.tailscale.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user