Compare commits
No commits in common. "cb748fedaa19240543864430ec5329af2eabae57" and "ae8471345d6cface2dff497391dcc0c601dd17ee" have entirely different histories.
cb748fedaa
...
ae8471345d
3 changed files with 2 additions and 16 deletions
|
|
@ -8,6 +8,8 @@
|
||||||
};
|
};
|
||||||
users.users.toast.extraGroups = [ "scanner" ];
|
users.users.toast.extraGroups = [ "scanner" ];
|
||||||
|
|
||||||
|
networking.networkmanager.enable = true;
|
||||||
|
|
||||||
services.xserver.enable = true;
|
services.xserver.enable = true;
|
||||||
|
|
||||||
# Set up fonts
|
# Set up fonts
|
||||||
|
|
|
||||||
|
|
@ -7,6 +7,5 @@
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./printing.nix
|
./printing.nix
|
||||||
./networkmanager.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
let
|
|
||||||
tailscaleName = config.services.tailscale.interfaceName;
|
|
||||||
in
|
|
||||||
|
|
||||||
{
|
|
||||||
networking.networkmanager = {
|
|
||||||
enable = true;
|
|
||||||
unmanaged = [
|
|
||||||
"interface-name:${tailscaleName}"
|
|
||||||
];
|
|
||||||
wifi.macAddress = "random";
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue