This commit is contained in:
Alex Davies 2024-05-24 16:39:38 -03:00
commit 843270e01f
6 changed files with 39 additions and 3 deletions

View File

@ -78,10 +78,10 @@
]; ];
}; };
#Work laptop, dell g15. #Work laptop, dell g15.
metatron = nixpkgs.lib.nixosSystem { azrael = nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit inputs outputs; inherit inputs outputs;
hostname = "metatron"; hostname = "azrael";
}; };
modules = [ modules = [
./nixos/configuration.nix ./nixos/configuration.nix

30
hostnames.md Normal file
View File

@ -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

View File

@ -88,6 +88,11 @@
appimage-run appimage-run
]; ];
programs.git = {
enable = true;
lfs.enable = true;
};
boot.binfmt.registrations.appimage = { boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false; wrapInterpreterInShell = false;
interpreter = "${pkgs.appimage-run}/bin/appimage-run"; interpreter = "${pkgs.appimage-run}/bin/appimage-run";

View File

@ -8,6 +8,7 @@
pkgs.qgroundcontrol pkgs.qgroundcontrol
pkgs.distrobox pkgs.distrobox
pkgs.element-desktop pkgs.element-desktop
pkgs.act
pkgs.logseq pkgs.logseq
]; ];
} }

View File

@ -8,7 +8,7 @@ in {
services.avahi = { services.avahi = {
enable = true; enable = true;
allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN #allowInterfaces = privateZeroTierInterfaces; # ONLY BROADCAST ON VPN
ipv6 = true; ipv6 = true;
publish.enable = true; publish.enable = true;
publish.userServices = true; publish.userServices = true;