mirror of
https://forgejo.merr.is/annika/nixos.git
synced 2026-02-04 14:24:38 -05:00
More troubleshooting.
This commit is contained in:
parent
5e35260ed4
commit
68fad0c3b4
1 changed files with 5 additions and 4 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# Kim
|
||||
# System configuration for my desktop
|
||||
# virt-nix
|
||||
# System configuration for a vm on my desktop
|
||||
|
||||
{ inputs, globals, ... }:
|
||||
|
||||
|
|
@ -52,9 +52,9 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver = {
|
||||
services.xserver.xkb = {
|
||||
layout = "us";
|
||||
xkbVariant = "";
|
||||
variant = "";
|
||||
};
|
||||
users.users.annika = {
|
||||
isNormalUser = true;
|
||||
|
|
@ -62,6 +62,7 @@ inputs.nixpkgs.lib.nixosSystem {
|
|||
extraGroups = [ "networkmanager" "wheel" ];
|
||||
};
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
environment.systemPackages = with inputs.pkgs; [];
|
||||
|
||||
system.stateVersion = "23.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue