mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
formatting
This commit is contained in:
parent
d8f9425bed
commit
7d0571f4a9
10 changed files with 39 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ...}:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
services.greetd = {
|
||||
enable = true;
|
||||
|
|
|
@ -11,7 +11,8 @@
|
|||
owner = config.users.users.systemd-network.name;
|
||||
};
|
||||
};
|
||||
networking = { useNetworkd = true;
|
||||
networking = {
|
||||
useNetworkd = true;
|
||||
hostName = "thinkpad";
|
||||
enableIPv6 = true;
|
||||
wireless = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue