Merge branch 'main' of github.com:DarkGuibrine/NixConfig

This commit is contained in:
2026-05-24 02:11:39 -03:00
2 changed files with 6 additions and 1 deletions
@@ -20,7 +20,6 @@
7777 7777
8443 8443
9000 9000
11000
]; ];
trustedInterfaces = [ "tailscale0" "docker0" ]; trustedInterfaces = [ "tailscale0" "docker0" ];
+6
View File
@@ -84,6 +84,12 @@ in
fi ''; fi '';
}; };
programs.starship = {
enable = true;
settings = lib.importTOML "${config.programs.starship.package}/share/starship/presets/nerd-font-symbols.toml";
};
services.getty.autologinUser = null; services.getty.autologinUser = null;
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ nix.settings.experimental-features = [