Compare commits
No commits in common. "84c356d93c9aed5b0db190e2722f10996d12acb4" and "b5b2062620ba791473391139105877a51a76b2d4" have entirely different histories.
84c356d93c
...
b5b2062620
@ -9,8 +9,6 @@ let mpdStreamingPort = 8080; in
|
||||
./i3.nix
|
||||
./uefi.nix
|
||||
./fstrim.nix
|
||||
./nebula.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
environment.etc."lvm/lvm.conf".text = ''
|
||||
|
@ -15,7 +15,6 @@
|
||||
./nvim05.nix
|
||||
./nm-restart.nix
|
||||
./nebula.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
@ -1,7 +0,0 @@
|
||||
{ config, pkgs, ... }: {
|
||||
# make the tailscale command usable to users
|
||||
environment.systemPackages = [ pkgs.tailscale ];
|
||||
|
||||
# enable the tailscale service
|
||||
services.tailscale.enable = true;
|
||||
}
|
Loading…
Reference in New Issue
Block a user