-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
1 addition
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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]" | ||
# ]; | ||
}; | ||
}; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = { | ||
|