diff --git a/configuration-pi4.nix b/configuration-pi4.nix index b25073f..f411158 100644 --- a/configuration-pi4.nix +++ b/configuration-pi4.nix @@ -15,8 +15,8 @@ let in { imports = [ # Include the results of the hardware scan. - ./hardware-configuration.nix - ./docker.nix + ./hardware-configuration-pi4.nix + ./docker-pi4.nix ]; # Enable nix flakes and nix-command tools diff --git a/flake.lock b/flake.lock index 35d5808..a83ee2d 100644 --- a/flake.lock +++ b/flake.lock @@ -173,11 +173,11 @@ ] }, "locked": { - "lastModified": 1707919853, - "narHash": "sha256-qxmBGDzutuJ/tsX4gp+Mr7fjxOZBbeT9ixhS5o4iFOw=", + "lastModified": 1708031129, + "narHash": "sha256-EH20hJfNnc1/ODdDVat9B7aKm0B95L3YtkIRwKLvQG8=", "owner": "nix-community", "repo": "home-manager", - "rev": "043ba285c6dc20f36441d48525402bcb9743c498", + "rev": "3d6791b3897b526c82920a2ab5f61d71985b3cf8", "type": "github" }, "original": { @@ -235,11 +235,11 @@ }, "nix-flatpak": { "locked": { - "lastModified": 1708006787, - "narHash": "sha256-vthpPLZnFuIIVoze9zlqcZUyZuZWdWjpf2kMyyewQTI=", + "lastModified": 1708268179, + "narHash": "sha256-NNVuhf84AeDTxadfSGnFqPHR0ED+QyM2gmu+Wyz6PrY=", "owner": "gmodena", "repo": "nix-flatpak", - "rev": "2fd683ce588a2822cd36504639fef2795f1c5bfe", + "rev": "a243cb0522f6240c194b873dde68e25370b06034", "type": "github" }, "original": { @@ -314,11 +314,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1707956935, - "narHash": "sha256-ZL2TrjVsiFNKOYwYQozpbvQSwvtV/3Me7Zwhmdsfyu4=", + "lastModified": 1708118438, + "narHash": "sha256-kk9/0nuVgA220FcqH/D2xaN6uGyHp/zoxPNUmPCMmEE=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "a4d4fe8c5002202493e87ec8dbc91335ff55552c", + "rev": "5863c27340ba4de8f83e7e3c023b9599c3cb3c80", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index bcbf2ee..5ab77b9 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ system = "aarch64-linux"; modules = [ nixos-hardware.nixosModules.raspberry-pi-4 - ./configuration.nix + ./configuration-pi4.nix ]; }; };