diff --git a/flake.lock b/flake.lock index 3798395..06e2384 100644 --- a/flake.lock +++ b/flake.lock @@ -90,11 +90,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1746437045, - "narHash": "sha256-eoByZKfU87P0DD6Uc0sDrfJK+tAE+CnBmZNtMmtERJE=", + "lastModified": 1746465776, + "narHash": "sha256-kq/92ELWHJHHWv2yH2aBFYf14YtiKEYKE1IJ4H2GfYs=", "owner": "nix-community", "repo": "emacs-overlay", - "rev": "fc120cc0265ef5e255d87ae4b4408c355d79fa30", + "rev": "7ed7865b51f7ca63ea51b84545eee5d7c63369e1", "type": "github" }, "original": { @@ -910,11 +910,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1746427242, - "narHash": "sha256-KvZ6G5sdBdcrglsqcOx8BT6NpHVMVHc8wssMRhv/+1g=", + "lastModified": 1746468201, + "narHash": "sha256-hSOSlrvMJwGr8hX/gc0mnhUf5UIClMDUAadfXlSXzfc=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "a4bb30a9000cf0444ecc8fdca8096d072f77f9e8", + "rev": "6aabf68429c0a414221d1790945babfb6a0bd068", "type": "github" }, "original": { @@ -968,11 +968,11 @@ }, "nixpkgs-stable": { "locked": { - "lastModified": 1746301764, - "narHash": "sha256-5odz+NZszRya//Zd0P8h+sIwOnV35qJi+73f4I+iv1M=", + "lastModified": 1746422338, + "narHash": "sha256-NTtKOTLQv6dPfRe00OGSywg37A1FYqldS6xiNmqBUYc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "537ee98218704e21ea465251de512ab6bbb9012e", + "rev": "5b35d248e9206c1f3baf8de6a7683fee126364aa", "type": "github" }, "original": { diff --git a/hosts/eddie/hardware-configuration.nix b/hosts/eddie/hardware-configuration.nix index c6905d7..faaf3b0 100644 --- a/hosts/eddie/hardware-configuration.nix +++ b/hosts/eddie/hardware-configuration.nix @@ -11,12 +11,14 @@ boot.extraModulePackages = [ ]; fileSystems."/" = - { device = "/dev/disk/by-uuid/f5d53811-b478-4d20-91e0-4504c33848b4"; + { + device = "/dev/disk/by-uuid/f5d53811-b478-4d20-91e0-4504c33848b4"; fsType = "ext4"; }; fileSystems."/boot" = - { device = "/dev/disk/by-uuid/E3CE-0A6E"; + { + device = "/dev/disk/by-uuid/E3CE-0A6E"; fsType = "vfat"; options = [ "fmask=0077" "dmask=0077" ]; };