Clean owl2 configuration
This commit is contained in:
parent
3b6be8a2fc
commit
98374bd303
@ -1,15 +1,12 @@
|
|||||||
{ config, pkgs, modulesPath, lib, ... }:
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
#(modulesPath + "/installer/netboot/netboot-minimal.nix")
|
|
||||||
../common/main.nix
|
../common/main.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
# Select the this using the ID to avoid mismatches
|
# Select the this using the ID to avoid mismatches
|
||||||
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d535629";
|
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d535629";
|
||||||
#programs.ssh.forwardX11 = false;
|
|
||||||
#programs.ssh.setXAuthLocation = lib.mkForce true;
|
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
hostName = "owl2";
|
hostName = "owl2";
|
||||||
|
Loading…
Reference in New Issue
Block a user