Reformat. Small changes.

Ran nixfmt on the whole project. Added an alias for doing that. Changed
some SSH aliases.
This commit is contained in:
kat witch 2021-02-22 05:40:19 +00:00 committed by kat
parent 6dcbea4918
commit fdf7cb9e98
9 changed files with 62 additions and 65 deletions

View file

@ -1,13 +1,9 @@
{ config, pkgs, ... }:
{
imports = [
./hardware.nix
../../services/zfs.nix
];
imports = [ ./hardware.nix ../../services/zfs.nix ];
meta.deploy.profiles =
[ "desktop" "development" "sway" "gaming" "network" ];
meta.deploy.profiles = [ "desktop" "development" "sway" "gaming" "network" ];
meta.deploy.ssh.host = "192.168.1.92";
boot.loader.systemd-boot.enable = true;