Add lnf NixOS, SSH keys and kiosk changes
This commit is contained in:
parent
cf4f07e8b2
commit
4c927e29f0
2 changed files with 32 additions and 3 deletions
|
|
@ -66,6 +66,12 @@
|
|||
];
|
||||
};
|
||||
lnf = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
./lnf/configuration.nix
|
||||
];
|
||||
};
|
||||
lnf-live = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
modules = [
|
||||
({ pkgs, modulesPath, ... }: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue