Skip to content

Commit 959cbbb

Browse files
cleanup: remove whitespace and unnecessary syntax
1 parent fb3f95f commit 959cbbb

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

flake.nix

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
vinylcutter = nixpkgs.lib.nixosSystem {
1515
system = "x86_64-linux";
1616
modules = [
17-
(import ./hosts/vinylcutter/configuration.nix)
18-
(import ./mixins/nix2.4.nix)
17+
./hosts/vinylcutter/configuration.nix
18+
./mixins/nix2.4.nix
1919
home-manager.nixosModules.home-manager
2020
{
2121
home-manager.useGlobalPkgs = true;
@@ -35,8 +35,8 @@
3535
doesnix = nixpkgs.lib.nixosSystem {
3636
system = "x86_64-linux";
3737
modules = [
38-
(import ./hosts/doesnix/configuration.nix)
39-
(import ./mixins/nix2.4.nix)
38+
./hosts/doesnix/configuration.nix
39+
./mixins/nix2.4.nix
4040
{
4141
_module.args.nixinate = {
4242
host = "doesnix.local";

hosts/doesnix/configuration.nix

+1-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
];
2020

2121
boot.supportedFilesystems = [ "zfs" ];
22-
networking.hostId = "9ff35da5";
22+
networking.hostId = "9ff35da5";
2323

2424
boot.loader.efi.canTouchEfiVariables = true;
2525

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

7878
}
79-

0 commit comments

Comments
 (0)