Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sbulav committed Aug 5, 2024
1 parent 1cc03bd commit f95ac23
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
14 changes: 1 addition & 13 deletions nix/systems/x86_64-linux/serverz/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,8 @@ in {
./hardware-configuration.nix
];

# Use the GRUB 2 boot loader.
# Grub installed via Disko
boot.loader.grub.device = "nodev";
# boot.loader.grub.enable = true;
# boot.loader.efi.canTouchEfiVariables = true;
# boot.loader.grub = {
# # no need to set devices, disko will add all devices that have a EF02 partition to the list already
# devices = ["/dev/sda2"];
# efiSupport = true;
# efiInstallAsRemovable = true;
# };

# environment.systemPackages = with pkgs; [
# # Any particular packages only for this host
Expand All @@ -33,10 +25,6 @@ in {
services = {
openssh = {
enable = true;

# authorizedKeys = [
# "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDH2vxB14+ZGFFgtQ6UQ6zw33r/4e/vkMIzNKeaTnDRHmmfnjDSU5oXWt7OSCZQw8zPSbzPV7QPKC9MwEdsl9ZXr4kVxAvN/d/oI/cBU/77tMDW/m1d+SEqhztNrBfpSIavuCT+K9l1vMr/R4qoRxSfLRVsBhr3Xfk3bxZ2vh9dsefZXbL4/ebzW74RUoh1GccPqvBQJxP/+wYsyspn3lsmEi2AbIJprR6fN2Vb3pTW/D0E7k2iIcuBOd1hsw3mn5e2OpXOG2R0XcssBjlquS23up3sIujbw46gITIe1+kCLnmCfGXRDOmcUfB4ySwUlFma8RjcZg7vTGUe47PNJmo3 [email protected]"
# ];
};
};

Expand Down
1 change: 0 additions & 1 deletion nix/systems/x86_64-linux/serverz/disk-config.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Example to create a bios compatible gpt partition
{lib, ...}: {
disko.devices = {
disk.disk1 = {
Expand Down

0 comments on commit f95ac23

Please sign in to comment.