mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
whitespace
This commit is contained in:
parent
26370fc410
commit
db8a6332ff
1 changed files with 2 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue