whitespace

This commit is contained in:
Sean Buckley 2021-11-09 08:06:36 -05:00
parent 26370fc410
commit db8a6332ff

View file

@ -12,6 +12,7 @@
"/nix/persist/etc/NetworkManager/system-connections";
environment.persistence."/nix/persist" = {
directories = [ "/var/log" ];
files = [
"/etc/machine-id"
"/etc/ssh/ssh_host_ed25519_key.pub"
@ -19,9 +20,6 @@
"/etc/ssh/ssh_host_rsa_key.pub"
"/etc/ssh/ssh_host_rsa_key"
];
directories = [
"/var/log"
];
};
sconfig = {
@ -30,9 +28,7 @@
hardware = "physical";
};
environment.systemPackages = with pkgs; [
vmware-horizon-client
];
environment.systemPackages = [ pkgs.vmware-horizon-client ];
boot = {
loader.systemd-boot.enable = true;