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

20 lines
255 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;
readOnlyRoot = false;
grubDevice = "/dev/hda";
};
* Removed boot.rootDevice, instead obtain the root device from the filesystems option (specifically the file system with mountPoint == "/"). svn path=/nixos/trunk/; revision=7447
2006-12-21 00:16:20 +00:00
filesystems = [
{ mountPoint = "/";
device = "/dev/hda1";
}
];
* 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: 654ms 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