Compare commits
No commits in common. "17c4dbbbbb1568943cc89e9945ecfda51b87fa05" and "ab695023e66fdcd26f52c99555ada0d529702654" have entirely different histories.
17c4dbbbbb
...
ab695023e6
2 changed files with 1 additions and 42 deletions
|
|
@ -1,41 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
imports = [
|
|
||||||
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-minimal.nix>
|
|
||||||
|
|
||||||
# Provide an initial copy of the NixOS channel so that the user
|
|
||||||
# doesn't need to run "nix-channel --update" first.
|
|
||||||
<nixpkgs/nixos/modules/installer/cd-dvd/channel.nix>
|
|
||||||
];
|
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFyGaBZIZYjiBhOFD2drvG316B9NUVSbMpTIhOCQur8P arch" ];
|
|
||||||
|
|
||||||
users.defaultUserShell = pkgs.zsh;
|
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
|
||||||
i18n = {
|
|
||||||
defaultLocale = "en_GB.UTF-8";
|
|
||||||
extraLocaleSettings = {
|
|
||||||
LC_TIME = "de_DE.UTF-8";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
programs = {
|
|
||||||
zsh = import ./zsh.nix;
|
|
||||||
vim.defaultEditor = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
dig
|
|
||||||
eza
|
|
||||||
git
|
|
||||||
htop
|
|
||||||
nmap
|
|
||||||
pv
|
|
||||||
rxvt-unicode-unwrapped.terminfo
|
|
||||||
screen
|
|
||||||
wget
|
|
||||||
(import ./vim.nix)
|
|
||||||
];
|
|
||||||
}
|
|
||||||
# vim: set et ts=2 sw=2 ai:
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
};
|
};
|
||||||
mc2 = {
|
mc2 = {
|
||||||
extraHostNames = [ "mc2.mc-fucker.cool" ];
|
extraHostNames = [ "mc2.mc-fucker.cool" ];
|
||||||
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG0LfbLhhokCpyHyGYuVV5t609M2RDq7RZyW8lokx3jD";
|
publicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBwDGYJQwlVhzcNTwq0B87E162Dv9U75dqFrqysBd5pv";
|
||||||
};
|
};
|
||||||
mc3 = {
|
mc3 = {
|
||||||
extraHostNames = [ "mc3.mc-fucker.cool" ];
|
extraHostNames = [ "mc3.mc-fucker.cool" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue