mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
add(nixos): mount truenas share
This commit is contained in:
parent
7bf69d1f3c
commit
e51fe54d57
6 changed files with 41 additions and 23 deletions
|
|
@ -4,6 +4,8 @@
|
|||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
# ./agenix.nix
|
||||
|
||||
./battery.nix
|
||||
./gui.nix
|
||||
./locale.nix
|
||||
|
|
@ -19,6 +21,7 @@
|
|||
programs.fish.enable = true;
|
||||
environment.shells = [pkgs.fish];
|
||||
users.users.leana = {
|
||||
uid = 1000;
|
||||
shell = pkgs.fish;
|
||||
isNormalUser = true;
|
||||
description = "leana";
|
||||
|
|
@ -32,7 +35,6 @@
|
|||
};
|
||||
hardware.pulseaudio.enable = true;
|
||||
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue