From 2276eca9bdc0f487beed64a6978be81443270675 Mon Sep 17 00:00:00 2001 From: Craige McWhirter Date: Thu, 3 Aug 2023 21:32:15 +1000 Subject: [PATCH] server_common: convert to flake --- profiles/server_common.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/profiles/server_common.nix b/profiles/server_common.nix index 98f59af..b35a785 100644 --- a/profiles/server_common.nix +++ b/profiles/server_common.nix @@ -4,10 +4,7 @@ pkgs, lib, ... -}: let - sources = import ../nix/sources.nix; - nixpkgs2305 = (import sources."nixos-23.05" {}).pkgs; -in { +}: { imports = [ ../profiles/openssh.nix ../secrets/user-craige.nix