Merge branch 'main' of github.com:DarkGuibrine/NixConfig
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
7777
|
||||
8443
|
||||
9000
|
||||
11000
|
||||
];
|
||||
|
||||
trustedInterfaces = [ "tailscale0" "docker0" ];
|
||||
|
||||
@@ -84,6 +84,12 @@ in
|
||||
fi '';
|
||||
};
|
||||
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = lib.importTOML "${config.programs.starship.package}/share/starship/presets/nerd-font-symbols.toml";
|
||||
};
|
||||
|
||||
|
||||
services.getty.autologinUser = null;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [
|
||||
|
||||
Reference in New Issue
Block a user