mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
chore: catullus -> toum
This commit is contained in:
@@ -222,7 +222,6 @@ in {
|
||||
{
|
||||
networking.hosts = {
|
||||
"192.168.178.1" = [ "fritz.box" ];
|
||||
"192.168.178.24" = [ "catullus.local" ];
|
||||
};
|
||||
}
|
||||
{ i18n.defaultLocale = "en_GB.UTF-8"; }
|
||||
|
||||
@@ -47,7 +47,7 @@ in {
|
||||
user = "kfm";
|
||||
port = sshPort;
|
||||
};
|
||||
catullus = {
|
||||
toum = {
|
||||
hostname = "catullus.r";
|
||||
user = "kfm";
|
||||
port = sshPort;
|
||||
|
||||
@@ -37,6 +37,15 @@ in {
|
||||
};
|
||||
}
|
||||
{ services.keybase.enable = true; }
|
||||
{
|
||||
sound.enable = true;
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
boot.loader.raspberryPi.firmwareConfig = ''
|
||||
dtparam=audio=on
|
||||
'';
|
||||
}
|
||||
{ boot.kernelParams = [ "console=ttyS1,115200n8" ]; } # Enable serial console
|
||||
{
|
||||
imports = [ <stockholm/krebs/3modules/urlwatch.nix> ];
|
||||
|
||||
@@ -59,7 +68,7 @@ in {
|
||||
boot.loader.grub.enable = false;
|
||||
boot.loader.generic-extlinux-compatible.enable = true;
|
||||
|
||||
networking.hostName = "catullus";
|
||||
networking.hostName = "toum";
|
||||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
@@ -74,7 +83,11 @@ in {
|
||||
environment.variables.TERM = "linux";
|
||||
environment.variables.HTOPRC = toString <niveum/dot/htoprc>;
|
||||
|
||||
environment.systemPackages = with pkgs; [ git vim htop wget reptyr ];
|
||||
environment.systemPackages = with pkgs; [
|
||||
git vim htop wget reptyr
|
||||
|
||||
raspberrypi-tools
|
||||
];
|
||||
|
||||
users.mutableUsers = false;
|
||||
users.users.me = {
|
||||
@@ -112,5 +125,5 @@ in {
|
||||
mode = "400";
|
||||
};
|
||||
|
||||
system.stateVersion = "18.09";
|
||||
system.stateVersion = "20.03";
|
||||
}
|
||||
Reference in New Issue
Block a user