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