starting setup for new services host

This commit is contained in:
Matt Nish-Lapidus 2025-04-12 11:11:14 -04:00
parent a832bcc100
commit 4cd1ba5f58
2 changed files with 0 additions and 15 deletions

View file

@ -13,7 +13,6 @@
services.openssh.enable = true;
users.users.root.openssh.authorizedKeys.keys = [''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGbzcaEyzlGJkDL8EMcVmrAWRlyYtilTjpIR2VGxkMHo'' ''ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFvtBCUQEi7r6mXdaULEaMMvGH1IWZBX9tXpjbIECar2'' ];
environment.systemPackages = with pkgs; [
wget
home-manager
@ -35,19 +34,6 @@
"network"
"wheel"
"uinput"
"uucp"
"dialout"
"input"
"audio"
"video"
"libvirtd"
"nvidia"
"cups"
"openrazer"
"plugdev"
"i2c-dev"
"scanner"
"lp"
];
packages = with pkgs; [
git

View file

@ -2,7 +2,6 @@
# This file was populated at runtime with the networking
# details gathered from the active system.
networking = {
hostName = "services-nixos";
nameservers = [ "8.8.8.8" ];
defaultGateway = "172.31.1.1";
defaultGateway6 = {