update for local environment

auto-flake-update
Yorick van Pelt 2018-11-20 22:40:13 +01:00
parent d09ae68cdf
commit 7f8ba9ae55
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
4 changed files with 4 additions and 6 deletions

2
conf
View File

@ -15,7 +15,7 @@ function get_channel {
echo "nixpkgs=https://nixos.org/channels/nixos-18.03/nixexprs.tar.xz"
;;
checkout)
echo "nixpkgs=$PWD/../nixpkgs"
echo "nixpkgs=$PWD/../projects/nixpkgs"
;;
channel)
echo "/nix/var/nix/profiles/per-user/root/channels/nixos"

View File

@ -12,5 +12,4 @@
services.xserver.displayManager.sessionCommands = ''
${pkgs.xorg.xrandr}/bin/xrandr --dpi 192
'';
virtualisation.virtualbox.host.enable = pkgs.lib.mkOverride 30 false;
}

View File

@ -31,7 +31,6 @@ in
# Nix
nixpkgs.config.allowUnfree = true;
nix.package = pkgs.nixUnstable;
nixpkgs.overlays = import ../packages;
nix.buildCores = config.nix.maxJobs;

View File

@ -4,16 +4,16 @@
"host": "pennyworth.yori.cc"
},
"jarvis": {
"pkgs": "channel",
"pkgs": "checkout",
"host": "localhost"
},
"ascanius": {
"pkgs": "channel",
"host": "localhost"
"host": "ascanius.home.yori.cc"
},
"woodhouse": {
"pkgs": "channel",
"host": "192.168.1.9"
"host": "woodhouse.home.yori.cc"
},
"frumar": {
"pkgs": "channel",