dogfood urbos

This commit is contained in:
Griffin Smith 2020-05-07 10:56:09 -04:00
parent 1316d4fccd
commit c6963f8cb5
7 changed files with 2 additions and 145 deletions

View file

@ -7,8 +7,8 @@
./fonts.nix
./emacs.nix
./sound.nix
./urbint.nix
./kernel.nix
/home/grfn/code/urb/urbos/system
];
boot.loader.systemd-boot.enable = true;

View file

@ -1,18 +0,0 @@
{ config, pkgs, ... }:
{
virtualisation.docker.enable = true;
nix = rec {
binaryCaches = [ "https://nix.urbinternal.com" ];
trustedBinaryCaches = binaryCaches;
trustedUsers = [ "griffin" ];
requireSignedBinaryCaches = false;
};
services.openvpn.servers.urbint = {
config = ''
config /root/openvpn/urbint.conf
'';
autoStart = false;
};
}