This commit is contained in:
Charlotte Van Petegem 2020-03-19 17:32:39 +01:00
parent 0c63c2fa13
commit 2e305cfb01
2 changed files with 4 additions and 6 deletions

View file

@ -43,11 +43,11 @@
networking = {
hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; };
networkmanager = {
enable = true;
packages = [ pkgs.networkmanager-vpnc ];
wifi.macAddress = "random";
enable = true;
packages = [ pkgs.networkmanager-vpnc ];
wifi.macAddress = "random";
};
};
};
virtualisation.docker.enable = true;

View file

@ -1,5 +1,4 @@
{ pkgs, ... }:
let
mic-status = pkgs.writeScript "mic-status" ''
#!${pkgs.zsh}/bin/zsh
@ -12,7 +11,6 @@ let
fi
'';
in
pkgs.writeText "configuration.toml" ''
[theme]
name = "gruvbox-light"