Setup optical drive
This commit is contained in:
@@ -31,6 +31,12 @@
|
|||||||
options = [ "subvol=nix" ];
|
options = [ "subvol=nix" ];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fileSystems."/mnt/drive0" =
|
||||||
|
{ device = "/dev/sr0";
|
||||||
|
fsType = "auto";
|
||||||
|
options = [ "ro" "user" "noauto" "unhide" ];
|
||||||
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
|
||||||
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
|
||||||
|
|||||||
@@ -67,6 +67,7 @@
|
|||||||
bottles
|
bottles
|
||||||
quartus-prime-lite
|
quartus-prime-lite
|
||||||
discord
|
discord
|
||||||
|
wine
|
||||||
];
|
];
|
||||||
|
|
||||||
services.printing.enable = false;
|
services.printing.enable = false;
|
||||||
@@ -118,7 +119,7 @@
|
|||||||
# Define a user account.
|
# Define a user account.
|
||||||
users.users.eesim = {
|
users.users.eesim = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
extraGroups = [ "wheel" "video" "audio" "networkmanager" ];
|
extraGroups = [ "wheel" "video" "audio" "networkmanager" "cdrom" ];
|
||||||
shell = pkgs.fish;
|
shell = pkgs.fish;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user