Skip to content

Commit

Permalink
fix: surface
Browse files Browse the repository at this point in the history
  • Loading branch information
jz8132543 committed Mar 8, 2024
1 parent 8c39f54 commit 644798f
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 54 deletions.
78 changes: 39 additions & 39 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion home-manager/modules/tippy/ssh.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ with lib.strings; {
user = "tippy";
checkHostIP = false;
forwardAgent = true;
forwardX11 = true;
# forwardX11 = true;
};
"canonical" = {
match = concatStrings ["canonical final Host " (concatMapStringsSep "," (x: concatStrings ["*." x]) ([osConfig.networking.domain] ++ osConfig.environment.domains))];
Expand Down
4 changes: 2 additions & 2 deletions nixos/hosts/arx8/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
++ nixosModules.desktop.all
++ [
./hardware-configuration.nix
nixosModules.services.fw-proxy
];
# environment.isCN = true;
environment.isCN = true;
environment.systemPackages = with pkgs; [
lenovo-legion
refind
efibootmgr
];
services.create_ap = {
Expand Down
3 changes: 2 additions & 1 deletion nixos/hosts/surface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@
};
};

environment.isCN = true;

environment.systemPackages = with pkgs; [
refind
efibootmgr
];
}
4 changes: 2 additions & 2 deletions nixos/modules/base/nixpkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
comma = prev.comma.override {
nix-index-unwrapped = final.nix-index-with-db;
};
# tailscale = prev.tailscale.overrideAttrs (old: {
tailscale = inputs'.tailscale.packages.tailscale.overrideAttrs (old: {
tailscale = prev.tailscale.overrideAttrs (old: {
# tailscale = inputs'.tailscale.packages.tailscale.overrideAttrs (old: {
subPackages = old.subPackages ++ ["cmd/derper"] ++ ["cmd/derpprobe"];
});
}
Expand Down
9 changes: 0 additions & 9 deletions nixos/modules/desktop/game/nintendo.nix

This file was deleted.

0 comments on commit 644798f

Please sign in to comment.