Merge branch 'main' of github.com:DarkGuibrine/NixConfig
This commit is contained in:
@@ -20,7 +20,6 @@
|
|||||||
7777
|
7777
|
||||||
8443
|
8443
|
||||||
9000
|
9000
|
||||||
11000
|
|
||||||
];
|
];
|
||||||
|
|
||||||
trustedInterfaces = [ "tailscale0" "docker0" ];
|
trustedInterfaces = [ "tailscale0" "docker0" ];
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user