https://github.com/peteringram0/nix
NixOS
https://github.com/peteringram0/nix
Last synced: about 1 month ago
JSON representation
NixOS
- Host: GitHub
- URL: https://github.com/peteringram0/nix
- Owner: peteringram0
- Created: 2024-05-05T17:26:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-01T22:53:41.000Z (4 months ago)
- Last Synced: 2025-01-01T23:19:01.095Z (4 months ago)
- Language: Nix
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Nix
```/etc/nixos/configuration.nix
{
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
/home/peter/Code/nix/configuration.nix
];
}
```