Logo
Explore Help
Sign In
talexander/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Releases Activity
nixpkgs/instances/examples/basic.nix

14 lines
200 B
Nix
Raw Normal View History

* More refactoring: renamed boot-environment.nix to system.nix (since it does a lot more than just booting), and merged system-configuration.nix into system.nix. svn path=/nixos/trunk/; revision=7318
2006-12-11 17:36:57 +00:00
{
boot = {
autoDetectRootDevice = false;
rootDevice = "/dev/hda1";
readOnlyRoot = false;
grubDevice = "/dev/hda";
};
* Fix the sshd and xserver jobs. svn path=/nixos/trunk/; revision=7379
2006-12-18 15:16:20 +00:00
services = {
sshd = {
enable = true;
};
};
* More refactoring: renamed boot-environment.nix to system.nix (since it does a lot more than just booting), and merged system-configuration.nix into system.nix. svn path=/nixos/trunk/; revision=7318
2006-12-11 17:36:57 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.1 Page: 280ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API