diff --git a/flake.nix b/flake.nix index 46c0772..3fc63a2 100644 --- a/flake.nix +++ b/flake.nix @@ -26,8 +26,8 @@ ./modules/environment.nix ]; specialArgs = { inherit inputs; }; - }; - algiz = inputs.nixpkgs.lib.nixosSystem { + }; + algiz = inputs.nixpkgs.lib.nixosSystem { system = "x86_64-linux"; modules = [ ./hosts/algiz/configuration.nix @@ -36,6 +36,6 @@ ]; specialArgs = { inherit inputs; }; }; + }; }; -}; } diff --git a/hosts/algiz/configuration.nix b/hosts/algiz/configuration.nix index d2c4228..e16f9fe 100644 --- a/hosts/algiz/configuration.nix +++ b/hosts/algiz/configuration.nix @@ -33,7 +33,7 @@ ]; }; - networking.hostName = "algiz"; + networking.hostName = "algiz"; time.timeZone = "America/Chicago"; programs.zsh.enable = true; virtualisation.docker.enable = true; @@ -92,9 +92,9 @@ boot.loader.grub.device = "/dev/vda"; # or "nodev" for efi only programs.gnupg.agent = { - enable = true; - enableSSHSupport = true; - }; + enable = true; + enableSSHSupport = true; + }; # List services that you want to enable: diff --git a/hosts/algiz/hardware-configuration.nix b/hosts/algiz/hardware-configuration.nix index 9844fb9..449cf47 100644 --- a/hosts/algiz/hardware-configuration.nix +++ b/hosts/algiz/hardware-configuration.nix @@ -12,7 +12,8 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/eb6cbf1e-e4a7-4312-a1af-4f78ad9cf138"; + { + device = "/dev/disk/by-uuid/eb6cbf1e-e4a7-4312-a1af-4f78ad9cf138"; fsType = "btrfs"; };