Remove visionfive references

This commit is contained in:
2024-01-24 12:31:58 +01:00
parent 358184f869
commit d3f97dac58
2 changed files with 6 additions and 13 deletions

View File

@@ -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"