Renamed work computer hostname
This commit is contained in:
parent
0a726e9740
commit
7d56fbed00
@ -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
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
|
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";
|
||||||
|
Loading…
Reference in New Issue
Block a user