update for new usecase

auto-flake-update
Yorick van Pelt 2018-11-20 21:47:45 +01:00
parent 5a5a234fd9
commit e6419467f9
3 changed files with 16 additions and 4 deletions

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { lib, config, pkgs, ... }:
{ {
imports = imports =
@ -8,5 +8,18 @@
system.stateVersion = "17.09"; system.stateVersion = "17.09";
nix = {
binaryCaches = [
"https://cache.nixos.org"
"https://disciplina.cachix.org"
];
binaryCachePublicKeys = [
"serokell:ic/49yTkeFIk4EBX1CZ/Wlt5fQfV7yCifaJyoM+S3Ss="
"disciplina.cachix.org-1:zDeIFV5cu22v04EUuRITz/rYxpBCGKY82x0mIyEYjxE="
];
};
users.users.lars = {
isNormalUser = true;
openssh.authorizedKeys.keys = [ "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDBze0fBV/Fpz9bz1WKkbPlj8h526ZfduOcQVlA+7j0+yzlT+jX6nLNjXNmIi6JZoERj8lG4/avkagldj+wwqWrKM2xOMgIUx34i+br5+U4Y7DedljfPV9k8eE55SI4BjfO697V7BhHP4eooRUjNVmqSmRAld06hJzMj7irGWHK+RPrK0M1BvGgSV5pL50jzQGd2unxvNuxSk1rWBNfNEGt6ok0G8/ud0Gw5QbcYWzbbnKBB8JsgBct22txtcgVbRyqftD+vpFl0Oyq4tiQbSHqa8qpFyV/wTf4Cs1Zz7WrqH+2xfx+oUsCOfMKuvCI8FKtriAWEmfOM42bBi50v2kj" ];
};
} }

View File

@ -115,7 +115,6 @@ in
lftp wget rsync lftp wget rsync
git git
nix-repl
rxvt_unicode.terminfo rxvt_unicode.terminfo
]; ];
nix.gc.automatic = true; nix.gc.automatic = true;

View File

@ -9,7 +9,7 @@
}, },
"ascanius": { "ascanius": {
"pkgs": "channel", "pkgs": "channel",
"host": "192.168.1.6" "host": "localhost"
}, },
"woodhouse": { "woodhouse": {
"pkgs": "channel", "pkgs": "channel",