lib: rename

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-03-08 11:17:33 +05:30
parent f31eb4c876
commit 7dec85d739
11 changed files with 29 additions and 27 deletions

View File

@@ -1,4 +1,4 @@
{ config, pkgs, network, ... }:
{ config, pkgs, lib', ... }:
{
imports = [
./networking.nix
@@ -12,7 +12,7 @@
shell = pkgs.zsh;
home = "/home/spark";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = network.commonSSHKeys;
openssh.authorizedKeys.keys = lib'.network.commonSSHKeys;
};
time.timeZone = "Asia/Kolkata";