dogfood urbos
This commit is contained in:
parent
1316d4fccd
commit
c6963f8cb5
7 changed files with 2 additions and 145 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue