forked from rarias/nixos-riscv
Remove visionfive references
This commit is contained in:
@@ -5,14 +5,7 @@
|
||||
"${modulesPath}/profiles/base.nix"
|
||||
];
|
||||
|
||||
networking.hostName = "visionfive-nix";
|
||||
|
||||
# boot = {
|
||||
# loader = {
|
||||
# grub.enable = false;
|
||||
# generic-extlinux-compatible.enable = true;
|
||||
# };
|
||||
# };
|
||||
networking.hostName = "nixos-riscv";
|
||||
|
||||
nixpkgs.overlays = [ (import ./overlay.nix) ];
|
||||
|
||||
@@ -28,11 +21,11 @@
|
||||
"console=tty1"
|
||||
];
|
||||
|
||||
services.getty.autologinUser = "default";
|
||||
services.getty.autologinUser = "test";
|
||||
|
||||
users = {
|
||||
users.default = {
|
||||
password = "visionfive-nix";
|
||||
users.test = {
|
||||
password = "test";
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
|
||||
Reference in New Issue
Block a user