fix some typos
This commit is contained in:
parent
8cf35f5d7f
commit
83be76a160
|
@ -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": {
|
||||
|
|
|
@ -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}")) (
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
isNormalUser = true;
|
||||
description = "Artemis Tosini";
|
||||
extraGroups = [ "wheel" ];
|
||||
initialPassrod = "toor";
|
||||
initialPassword = "toor";
|
||||
};
|
||||
|
||||
services.sshd.enable = true;
|
||||
|
|
Loading…
Reference in a new issue