Format
This commit is contained in:
parent
0c63c2fa13
commit
2e305cfb01
2 changed files with 4 additions and 6 deletions
|
@ -43,11 +43,11 @@
|
||||||
networking = {
|
networking = {
|
||||||
hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; };
|
hosts = { "127.0.0.1" = [ "dodona.localhost" "sandbox.localhost" ]; };
|
||||||
networkmanager = {
|
networkmanager = {
|
||||||
enable = true;
|
enable = true;
|
||||||
packages = [ pkgs.networkmanager-vpnc ];
|
packages = [ pkgs.networkmanager-vpnc ];
|
||||||
wifi.macAddress = "random";
|
wifi.macAddress = "random";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
virtualisation.docker.enable = true;
|
virtualisation.docker.enable = true;
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
let
|
||||||
mic-status = pkgs.writeScript "mic-status" ''
|
mic-status = pkgs.writeScript "mic-status" ''
|
||||||
#!${pkgs.zsh}/bin/zsh
|
#!${pkgs.zsh}/bin/zsh
|
||||||
|
@ -12,7 +11,6 @@ let
|
||||||
fi
|
fi
|
||||||
'';
|
'';
|
||||||
in
|
in
|
||||||
|
|
||||||
pkgs.writeText "configuration.toml" ''
|
pkgs.writeText "configuration.toml" ''
|
||||||
[theme]
|
[theme]
|
||||||
name = "gruvbox-light"
|
name = "gruvbox-light"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue