Updated README and LICENSE.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2026 corey
|
||||
Copyright (c) 2026 Corey Doughty
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
|
||||
associated documentation files (the "Software"), to deal in the Software without restriction, including
|
||||
|
||||
@@ -1,3 +1,19 @@
|
||||
# nixos
|
||||
# NixOS Configuration
|
||||
|
||||
Simple NixOS configuration
|
||||
|
||||
## Install Instructions
|
||||
- Install nixos with the installer
|
||||
- Copy `/etc/nixos` directory to a backup directory
|
||||
- Clone the repository to /etc/nixos
|
||||
- Copy the original `hardware_configuration.nix` to `./hdwr/default.nix`
|
||||
- See `./hdwr/example.nix` for more examples
|
||||
- Optionally copy the original `configuration.nix` and `hardware_configuration.nix` to the `./orig/` folder
|
||||
- For reference later on if needed.
|
||||
- Copy the `./vars/example.nix` to `./vars/default.nix` and make appropriate edits.
|
||||
- Create a `./schd/default.nix` file and add any needed cron and/or systemd-timer tasks
|
||||
- There is a `./schd/exampe.nix` for local reference
|
||||
- Other references:
|
||||
- https://nixos.wiki/wiki/Cron
|
||||
- https://nixos.wiki/wiki/Systemd/Timers
|
||||
|
||||
My NixOS configuration
|
||||
+2
-2
@@ -54,7 +54,7 @@ in
|
||||
# User
|
||||
# ----
|
||||
|
||||
# Don't forget to set a password with ‘passwd’.
|
||||
# Don't forget to set a password with 'passwd'.
|
||||
users.users = {
|
||||
"${vars.user.username}" = {
|
||||
isNormalUser = true;
|
||||
@@ -271,7 +271,7 @@ in
|
||||
|
||||
# This value determines the NixOS release from which the default
|
||||
# settings for stateful data, like file locations and database versions
|
||||
# on your system were taken. It‘s perfectly fine and recommended to leave
|
||||
# on your system were taken. It's perfectly fine and recommended to leave
|
||||
# this value at the release version of the first install of this system.
|
||||
# Before changing this value read the documentation for this option
|
||||
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
|
||||
|
||||
Reference in New Issue
Block a user