feat: Changes to steamdeck configs
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
{...}: {
|
{...}: {
|
||||||
services.tailscale = {
|
services.tailscale.enable = true;
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -291,7 +291,7 @@
|
|||||||
extraSpecialArgs = {
|
extraSpecialArgs = {
|
||||||
inherit inputs;
|
inherit inputs;
|
||||||
};
|
};
|
||||||
modules = [{nixpkgs.config.allowUnfree = true;} ./deck.nix];
|
modules = [{nixpkgs.config.allowUnfree = true;} ./steamdeck];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -3,6 +3,7 @@
|
|||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [./tailscale.nix];
|
||||||
programs = {home-manager.enable = true;};
|
programs = {home-manager.enable = true;};
|
||||||
home = {
|
home = {
|
||||||
username = "deck";
|
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