2016-03-11 02:10:34 +01:00
|
|
|
{ config, pkgs, lib, ... }:
|
|
|
|
|
|
|
|
with config.krebs.lib;
|
2016-03-06 20:56:25 +01:00
|
|
|
{
|
2016-03-11 02:10:34 +01:00
|
|
|
imports = [
|
2016-03-06 20:56:25 +01:00
|
|
|
../2configs/fs/single-partition-ext4.nix
|
|
|
|
../2configs/zsh-user.nix
|
2016-03-11 02:10:34 +01:00
|
|
|
../.
|
|
|
|
];
|
|
|
|
|
|
|
|
krebs.retiolum.enable = true;
|
|
|
|
|
|
|
|
boot.loader.grub.device = "/dev/disk/by-id/ata-ADATA_SSD_S599_64GB_10460000000000000039";
|
2016-03-11 09:03:49 +01:00
|
|
|
users.users.root.openssh.authorizedKeys.keys = [
|
|
|
|
config.krebs.users.makefu-omo.pubkey
|
|
|
|
];
|
2016-03-06 20:56:25 +01:00
|
|
|
}
|