flake update
This commit is contained in:
parent
401cc0f269
commit
93a675c06a
5 changed files with 130 additions and 37 deletions
|
|
@ -7,7 +7,7 @@
|
|||
}:
|
||||
{
|
||||
imports = [
|
||||
(import <mobile-nixos/lib/configuration.nix> { device = "lenovo-krane"; })
|
||||
(import "${inputs.mobile-nixos}/lib/configuration.nix" { device = "lenovo-krane"; })
|
||||
./hardware-configuration.nix
|
||||
# <mobile-nixos/examples/plasma-mobile/plasma-mobile.nix>
|
||||
];
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
|
||||
security.rtkit.enable = true;
|
||||
services.tailscale.enable = true;
|
||||
services.tailscale.useRoutingFeatures = "client";
|
||||
# services.tailscale.useRoutingFeatures = "client";
|
||||
xyno.hardware.kmonad.enable = true;
|
||||
xyno.presets.cli.enable = true;
|
||||
xyno.presets.gui.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue