reformat
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
{ self, inputs, ... }:
|
||||
{
|
||||
flake.modules.nixos.p14sConfiguration = { pkgs, lib, ... }: {
|
||||
flake.modules.nixos.p14sConfiguration = { pkgs, lib, ... }:
|
||||
let
|
||||
hostname = "john-p14s";
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
self.modules.nixos.p14sHardware
|
||||
];
|
||||
@@ -9,7 +13,7 @@
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
networking = {
|
||||
hostName = "john-p14s";
|
||||
hostName = hostname;
|
||||
networkmanager.enable = true;
|
||||
};
|
||||
|
||||
@@ -127,6 +131,5 @@
|
||||
# no need to redefine it in your config for now)
|
||||
# media-session.enable = true;
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user