diff --git a/flake.nix b/flake.nix index 7e3e92b..15554db 100644 --- a/flake.nix +++ b/flake.nix @@ -78,10 +78,10 @@ ]; }; #Work laptop, dell g15. - metatron = nixpkgs.lib.nixosSystem { + azrael = nixpkgs.lib.nixosSystem { specialArgs = { inherit inputs outputs; - hostname = "metatron"; + hostname = "azrael"; }; modules = [ ./nixos/configuration.nix diff --git a/hostnames.md b/hostnames.md new file mode 100644 index 0000000..a8c2ab2 --- /dev/null +++ b/hostnames.md @@ -0,0 +1,30 @@ +Raphael +Gabriel +Michael +Uriel +#Azrael +Ariel +Cassiel +Jophiel +Zadkiel +Raziel +Raguel +Chamuel +Haniel +Jeremiel +#Metatron +Sandalphon +Sariel +Selaphiel +Barachiel +Zaphkiel +Gadreel +Remiel +Anael +Raguel +Samael +Raziel +Tzaphkiel +Tzadkiel +Sachiel +Adriel diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 3f03a15..364e5cb 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -88,6 +88,11 @@ appimage-run ]; + programs.git = { + enable = true; + lfs.enable = true; + }; + boot.binfmt.registrations.appimage = { wrapInterpreterInShell = false; interpreter = "${pkgs.appimage-run}/bin/appimage-run"; diff --git a/nixos/hardware/metatron.nix b/nixos/hardware/azrael.nix similarity index 100% rename from nixos/hardware/metatron.nix rename to nixos/hardware/azrael.nix diff --git a/nixos/work.nix b/nixos/work.nix index f45d92c..8f4d135 100644 --- a/nixos/work.nix +++ b/nixos/work.nix @@ -8,6 +8,7 @@ pkgs.qgroundcontrol pkgs.distrobox pkgs.element-desktop + pkgs.act pkgs.logseq ]; } diff --git a/nixos/zerotier.nix b/nixos/zerotier.nix index 295089e..9849d8b 100644 --- a/nixos/zerotier.nix +++ b/nixos/zerotier.nix @@ -8,7 +8,7 @@ in { services.avahi = { enable = true; - allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN + #allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN ipv6 = true; publish.enable = true; publish.userServices = true;