ygg: Added grimoire (phone)

This commit is contained in:
kat witch 2021-04-26 01:29:39 +01:00
parent ce890b63ff
commit aa1f72eeca
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
4 changed files with 16 additions and 13 deletions

View file

@ -3,7 +3,6 @@
{
imports = [
./system.nix
./net.nix
./access.nix
./locale.nix
./nix.nix

View file

@ -1,5 +0,0 @@
{ config, lib, pkgs, sources, ... }:
{
services.tailscale.enable = true;
}