diff --git a/flake.lock b/flake.lock index 0ad7ec10..0933998d 100644 --- a/flake.lock +++ b/flake.lock @@ -278,22 +278,6 @@ "type": "github" } }, - "nixpkgs_4": { - "locked": { - "lastModified": 1783522502, - "narHash": "sha256-iffAls3iaNTyJC2faYcUXSI+Gp02cDjYl+MygxKl2GI=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "0bb7ec54c8483066ec9d7720e780a5caa71f8612", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "pyproject-build-systems": { "inputs": { "nixpkgs": [ @@ -578,7 +562,9 @@ }, "zineshop": { "inputs": { - "nixpkgs": "nixpkgs_4", + "nixpkgs": [ + "nixpkgs" + ], "utils": "utils_4" }, "locked": { diff --git a/machines/goldman/configuration.nix b/machines/goldman/configuration.nix index e6a935de..31e3077b 100644 --- a/machines/goldman/configuration.nix +++ b/machines/goldman/configuration.nix @@ -12,11 +12,17 @@ in ../modules/malobeo_user.nix #inputs.nixos-hardware.nixosModules.raspberry-pi-3 (modulesPath + "/profiles/minimal.nix") + #(modulesPath + "/installer/sd-card/sd-image.nix") ]; + fileSystems."/" = + { device = "/dev/disk/by-label/NIXOS_SD"; + fsType = "ext4"; + }; + #Try to reduce size - services.nixosManual.enable = false; documentation.man.enable = false; + documentation.nixos.enable = false; services.openssh.enable = true; services.openssh.ports = [ 22 ];