cnfgs
This commit is contained in:
@@ -3,6 +3,19 @@
|
||||
# ! KROSH mention
|
||||
|
||||
{
|
||||
services.tailscale = {
|
||||
enable = true;
|
||||
# Enable tailscale at startup
|
||||
|
||||
# If you would like to use a preauthorized key
|
||||
#authKeyFile = "/run/secrets/tailscale_key";
|
||||
|
||||
};
|
||||
networking.firewall = {
|
||||
trustedInterfaces = [ "tailscale0" ];
|
||||
allowedUDPPorts = [ config.services.tailscale.port ];
|
||||
};
|
||||
|
||||
system.stateVersion = "25.11";
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
nix.gc = {
|
||||
@@ -36,6 +49,16 @@
|
||||
# adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
# lomiri.suru-icon-theme
|
||||
|
||||
stdenv.cc.cc.lib
|
||||
|
||||
python312Packages.ipykernel
|
||||
python312Packages.jupyterlab
|
||||
python312Packages.numpy
|
||||
python312Packages.pycodestyle
|
||||
|
||||
fuse
|
||||
fuse3
|
||||
];
|
||||
|
||||
programs.nix-ld.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user