Working nixops config for russell, begun migration to standard systemd service.

This commit is contained in:
2021-03-08 17:29:09 +00:00
parent bd63433ecc
commit 9c3d00c7d3
16 changed files with 228 additions and 64 deletions
-3
View File
@@ -1,9 +1,6 @@
{ lib, config, pkgs, ... }:
with lib; {
lib = lib // { fudo = import ./lib/lib.nix { inherit lib; }; };
imports = [
../config
../packages