Compare commits
6 commits
195a66d7bf
...
baaf516939
Author | SHA1 | Date | |
---|---|---|---|
baaf516939 | |||
fa7fce620a | |||
1379ed01f0 | |||
f53cbba16f | |||
f5af1628e7 | |||
0ff88467e6 |
6 changed files with 19 additions and 14 deletions
|
@ -51,6 +51,18 @@
|
|||
'';
|
||||
};
|
||||
|
||||
services.avahi = {
|
||||
nssmdns4 = true;
|
||||
enable = true;
|
||||
ipv4 = true;
|
||||
ipv6 = true;
|
||||
publish = {
|
||||
enable = true;
|
||||
addresses = true;
|
||||
workstation = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Open ports in the firewall.
|
||||
# networking.firewall.allowedTCPPorts = [ ... ];
|
||||
# networking.firewall.allowedUDPPorts = [ ... ];
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
# Workaround for https://github.com/NixOS/nix/issues/9574
|
||||
nix-path = config.nix.nixPath;
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://cache-nixos-org.aarn.patagia.net/"
|
||||
];
|
||||
trusted-public-keys = [ "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=" ];
|
||||
extra-substituters = [
|
||||
|
|
13
flake.nix
13
flake.nix
|
@ -3,7 +3,7 @@
|
|||
|
||||
nixConfig = {
|
||||
substituters = [
|
||||
"https://cache.nixos.org/"
|
||||
"https://cache-nixos-org.aarn.patagia.net/"
|
||||
];
|
||||
extra-substituters = [
|
||||
"https://nix-community.cachix.org"
|
||||
|
@ -14,21 +14,14 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
||||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
ghostty = {
|
||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
||||
inputs = {
|
||||
nixpkgs-stable.follows = "nixpkgs";
|
||||
nixpkgs-unstable.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
ghostty-hm.url = "github:clo4/ghostty-hm-module";
|
||||
};
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
search_mode_shell_up_key_binding = "prefix";
|
||||
show_help = false;
|
||||
style = "compact";
|
||||
sync_address = "https://atuin.patagia.dev";
|
||||
sync_address = "https://atuin.patagia.net";
|
||||
sync.records = true;
|
||||
|
||||
daemon = {
|
||||
|
|
|
@ -29,6 +29,6 @@
|
|||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
GOPROXY = "https://athena.patagia.dev";
|
||||
GOPROXY = "https://athena.patagia.net";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -219,5 +219,5 @@
|
|||
"nixremote"
|
||||
];
|
||||
|
||||
system.stateVersion = "24.05"; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
system.stateVersion = "24.11"; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue