fix some typos
This commit is contained in:
parent
8cf35f5d7f
commit
83be76a160
|
@ -71,11 +71,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1709511912,
|
"lastModified": 1709515260,
|
||||||
"narHash": "sha256-rl402dqlZ/qyLgwVapltywaailCoozJrYof/mpvuoMA=",
|
"narHash": "sha256-4Kol4REHrLcSVXGizFGS9HEoxmLUaR972a15tiX0R3A=",
|
||||||
"owner": "nixos-bsd",
|
"owner": "nixos-bsd",
|
||||||
"repo": "nixbsd",
|
"repo": "nixbsd",
|
||||||
"rev": "3113ca2e05b61f1f604eb31317f178f1e3c211d0",
|
"rev": "8e671ea8abfd9c631fd713cc69dc9aaf747efc43",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
baseDir = ./system;
|
baseDir = ./system;
|
||||||
makeSystem = module: nixbsd.nixbsdSystem { modules = [ module ]; };
|
makeSystem = module: nixbsd.lib.nixbsdSystem { modules = [ module ]; };
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
nixosConfigurations = nixpkgs.lib.mapAttrs (name: _: makeSystem (baseDir + "/${name}")) (
|
nixosConfigurations = nixpkgs.lib.mapAttrs (name: _: makeSystem (baseDir + "/${name}")) (
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Artemis Tosini";
|
description = "Artemis Tosini";
|
||||||
extraGroups = [ "wheel" ];
|
extraGroups = [ "wheel" ];
|
||||||
initialPassrod = "toor";
|
initialPassword = "toor";
|
||||||
};
|
};
|
||||||
|
|
||||||
services.sshd.enable = true;
|
services.sshd.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue