flake-parts: rename lib' to conf
Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib', ... }:
|
||||
{ config, pkgs, conf, ... }:
|
||||
{
|
||||
imports = [
|
||||
./networking.nix
|
||||
@@ -15,7 +15,7 @@
|
||||
shell = pkgs.zsh;
|
||||
home = "/home/bat";
|
||||
extraGroups = [ "wheel" ];
|
||||
openssh.authorizedKeys.keys = lib'.network.commonSSHKeys;
|
||||
openssh.authorizedKeys.keys = conf.network.commonSSHKeys;
|
||||
};
|
||||
programs.zsh.enable = true;
|
||||
|
||||
|
Reference in New Issue
Block a user