diff --git a/flake.lock b/flake.lock index 2ff33ee..756ca9f 100644 --- a/flake.lock +++ b/flake.lock @@ -71,11 +71,11 @@ ] }, "locked": { - "lastModified": 1709511912, - "narHash": "sha256-rl402dqlZ/qyLgwVapltywaailCoozJrYof/mpvuoMA=", + "lastModified": 1709515260, + "narHash": "sha256-4Kol4REHrLcSVXGizFGS9HEoxmLUaR972a15tiX0R3A=", "owner": "nixos-bsd", "repo": "nixbsd", - "rev": "3113ca2e05b61f1f604eb31317f178f1e3c211d0", + "rev": "8e671ea8abfd9c631fd713cc69dc9aaf747efc43", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3c91c79..e47b4e4 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ }: let baseDir = ./system; - makeSystem = module: nixbsd.nixbsdSystem { modules = [ module ]; }; + makeSystem = module: nixbsd.lib.nixbsdSystem { modules = [ module ]; }; in { nixosConfigurations = nixpkgs.lib.mapAttrs (name: _: makeSystem (baseDir + "/${name}")) ( diff --git a/system/pearbutter/default.nix b/system/pearbutter/default.nix index 5ba1945..6a61b18 100644 --- a/system/pearbutter/default.nix +++ b/system/pearbutter/default.nix @@ -9,7 +9,7 @@ isNormalUser = true; description = "Artemis Tosini"; extraGroups = [ "wheel" ]; - initialPassrod = "toor"; + initialPassword = "toor"; }; services.sshd.enable = true;