Migrate to flake

This commit is contained in:
Fabian Hauser 2022-04-10 16:15:44 +02:00
parent 7e24481850
commit 6cdbba8c60
42 changed files with 842 additions and 770 deletions

1
home/fhauser/work/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
openvpn.nix

View file

@ -0,0 +1,6 @@
{ config, pkgs, lib, ... }:
{
# Note: Some of these files might not be provided by this repository.
# TODO
#imports = [ ./openvpn.nix ];
}