parent
2c84665e96
commit
2841978224
1 changed files with 4 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ flake, ... }:
|
||||
{ flake, pkgs, ... }:
|
||||
{
|
||||
imports =
|
||||
with builtins;
|
||||
|
|
@ -12,4 +12,7 @@
|
|||
services.tailscale = {
|
||||
enable = true;
|
||||
};
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue