mirror of
https://codeberg.org/polyteknisk-radiogruppe/the_prg_server_configuration.git
synced 2026-06-14 10:48:56 +02:00
Where did I copy this from in the first place?!? Again?!?
This commit is contained in:
parent
a62fa2569b
commit
6743625dbe
2 changed files with 0 additions and 5 deletions
|
|
@ -8,9 +8,6 @@
|
|||
# The machine file can set `config.local.hostname` before importing this module if desired.
|
||||
networking.hostName = config.local.hostname or "default-hostname";
|
||||
|
||||
# Expose a small list that machine files can use as hostPackages
|
||||
myLocal.hostname.packages = with pkgs; [];
|
||||
|
||||
users.users.${config.local.username or "defaultuser"} = {
|
||||
isNormalUser = true;
|
||||
description = config.local.userDescription or "NixOS Playground";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue