Skip to content

Commit

Permalink
cleanup: remove whitespace and unnecessary syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewCroughan committed Nov 14, 2022
1 parent fb3f95f commit 959cbbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
vinylcutter = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
(import ./hosts/vinylcutter/configuration.nix)
(import ./mixins/nix2.4.nix)
./hosts/vinylcutter/configuration.nix
./mixins/nix2.4.nix
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
Expand All @@ -35,8 +35,8 @@
doesnix = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
(import ./hosts/doesnix/configuration.nix)
(import ./mixins/nix2.4.nix)
./hosts/doesnix/configuration.nix
./mixins/nix2.4.nix
{
_module.args.nixinate = {
host = "doesnix.local";
Expand Down
3 changes: 1 addition & 2 deletions hosts/doesnix/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
];

boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "9ff35da5";
networking.hostId = "9ff35da5";

boot.loader.efi.canTouchEfiVariables = true;

Expand Down Expand Up @@ -76,4 +76,3 @@
system.stateVersion = "20.09"; # Did you read the comment?

}

0 comments on commit 959cbbb

Please sign in to comment.