feat: inital public commit
This commit is contained in:
9
host/common/core/default.nix
Normal file
9
host/common/core/default.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ inputs, ... }: {
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
services.tailscale.enable = true;
|
||||
|
||||
# security.sudo.wheelNeedsPassword = false;
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
}
|
Reference in New Issue
Block a user