Renamed work computer hostname
This commit is contained in:
parent
0a726e9740
commit
7d56fbed00
@ -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
|
@ -87,6 +87,11 @@
|
||||
appimage-run
|
||||
];
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
lfs.enable = true;
|
||||
};
|
||||
|
||||
boot.binfmt.registrations.appimage = {
|
||||
wrapInterpreterInShell = false;
|
||||
interpreter = "${pkgs.appimage-run}/bin/appimage-run";
|
||||
|
Loading…
Reference in New Issue
Block a user