fix some typos

This commit is contained in:
Artemis Tosini 2024-03-04 01:50:31 +00:00
parent 8cf35f5d7f
commit 83be76a160
Signed by: artemist
GPG key ID: EE5227935FE3FF18
3 changed files with 5 additions and 5 deletions

View file

@ -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": {

View file

@ -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}")) (

View file

@ -9,7 +9,7 @@
isNormalUser = true;
description = "Artemis Tosini";
extraGroups = [ "wheel" ];
initialPassrod = "toor";
initialPassword = "toor";
};
services.sshd.enable = true;