fix: remove unncessary _:
This commit is contained in:
parent
3d4a645cc4
commit
fa75d5fa72
4 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{
|
||||
imports = [./hardware-configuration.nix];
|
||||
|
||||
networking.hostName = "marleycentre";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{
|
||||
imports = [./hardware-configuration.nix];
|
||||
|
||||
networking.hostName = "marleynet";
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{
|
||||
services.autorandr = {
|
||||
enable = true;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
_: {
|
||||
{
|
||||
systemd = {
|
||||
mounts = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue