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.
metatron = nixpkgs.lib.nixosSystem {
azrael = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs outputs;
hostname = "metatron";
hostname = "azrael";
};
modules = [
./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
];
programs.git = {
enable = true;
lfs.enable = true;
};
boot.binfmt.registrations.appimage = {
wrapInterpreterInShell = false;
interpreter = "${pkgs.appimage-run}/bin/appimage-run";

View File

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

View File

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