Merge branch 'main' of https://codeberg.org/traverseda/nixos-config
This commit is contained in:
commit
843270e01f
@ -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
30
hostnames.md
Normal 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
|
@ -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";
|
||||
|
@ -8,6 +8,7 @@
|
||||
pkgs.qgroundcontrol
|
||||
pkgs.distrobox
|
||||
pkgs.element-desktop
|
||||
pkgs.act
|
||||
pkgs.logseq
|
||||
];
|
||||
}
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user