This commit is contained in:
parent
38751363d4
commit
632061ac61
5 changed files with 45 additions and 53 deletions
|
|
@ -1,20 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
let sshKeys = with (import ../../sshKeys.nix); [
|
||||
moon
|
||||
];
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
../common.nix
|
||||
../common-graphics.nix
|
||||
(import ../remote-disk-unlock.nix ["igb"] sshKeys)
|
||||
../builder.nix
|
||||
../kdeconnect-ports.nix
|
||||
(import ../swapfile.nix 64)
|
||||
../ccache.nix
|
||||
];
|
||||
|
||||
boot.loader = {
|
||||
grub = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue