Fix bug in etcd config: name was missing.

This commit is contained in:
Jonas Juselius
2017-07-12 10:50:26 +02:00
parent 153cb55b6d
commit 543bf90e84
3 changed files with 24 additions and 21 deletions

View File

@@ -6,8 +6,6 @@
boot.loader.grub.device = "/dev/sda";
boot.kernel.sysctl."vm.overcommit_memory"= 1;
services.vmwareGuest.enable = true;
# Select internationalisation properties.
i18n = {
consoleFont = "Lat2-Terminus16";
@@ -19,8 +17,10 @@
time.timeZone = "Europe/Oslo";
networking.search = [ "itpartner.intern" "itpartner.no" ];
# Enable the OpenSSH daemon.
services.openssh.enable = true;
services.nfs.server.enable = true;
services.vmwareGuest.enable = true;
# The NixOS release to be compatible with for stateful data such as databases.
system.stateVersion = "17.03";

View File

@@ -27,6 +27,7 @@ in
file
bc
git
python
nix-prefetch-git
nix-home
];