Use patches for my pull requests
This commit is contained in:
parent
bfc1702f36
commit
0a55457b38
8 changed files with 321 additions and 32 deletions
|
@ -8,10 +8,7 @@
|
|||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
networking = {
|
||||
hostId = "e718389d";
|
||||
hostName = "kharbranth";
|
||||
};
|
||||
networking.hostId = "e718389d";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
|
|
@ -20,10 +20,7 @@
|
|||
};
|
||||
};
|
||||
|
||||
networking = {
|
||||
hostId = "3cc1a4b2";
|
||||
hostName = "kholinar";
|
||||
};
|
||||
networking.hostId = "3cc1a4b2";
|
||||
|
||||
time.timeZone = "Europe/Brussels";
|
||||
|
||||
|
|
|
@ -8,10 +8,7 @@
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
networking = {
|
||||
hostName = "lasting-integrity";
|
||||
hostId = "b352adfe";
|
||||
};
|
||||
networking.hostId = "b352adfe";
|
||||
|
||||
chvp = {
|
||||
stateVersion = "20.09";
|
||||
|
|
|
@ -9,10 +9,7 @@
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
networking = {
|
||||
hostName = "urithiru";
|
||||
hostId = "079e60ba";
|
||||
};
|
||||
networking.hostId = "079e60ba";
|
||||
|
||||
chvp = {
|
||||
stateVersion = "20.09";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue