Compare commits

...

2 Commits

Author SHA1 Message Date
c12f4efc1d aplysia: enable tailscale 2022-11-23 17:29:01 -08:00
3c6000dc31 disable nebula 2022-11-23 17:28:44 -08:00
3 changed files with 3 additions and 2 deletions

@ -8,6 +8,7 @@ in
[
/etc/nixos/hardware-configuration.nix
./common-headless.nix
./tailscale.nix
];
boot.supportedFilesystems = ["zfs"];

@ -9,7 +9,7 @@ let mpdStreamingPort = 8080; in
./i3.nix
./uefi.nix
./fstrim.nix
./nebula.nix
# ./nebula.nix
./tailscale.nix
];

@ -14,7 +14,7 @@
./huion.nix
./nvim05.nix
./nm-restart.nix
./nebula.nix
# ./nebula.nix
./tailscale.nix
];