summaryrefslogtreecommitdiffstats
path: root/1systems
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2016-07-11 20:45:34 +0200
committermakefu <github@syntax-fehler.de>2016-07-11 20:45:34 +0200
commit9b126f805af944f31234be9873e4c8f6eb41fa98 (patch)
tree85fbd5b676bb56687f5f73aaf131441837464dd0 /1systems
parentec4f70cee71874c44cbf13c6dd6d9e6f28c972e4 (diff)
ma 1 omo: init share user
Diffstat (limited to '1systems')
-rw-r--r--1systems/omo.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/1systems/omo.nix b/1systems/omo.nix
index e71055f54..8e492ccaa 100644
--- a/1systems/omo.nix
+++ b/1systems/omo.nix
@@ -129,7 +129,10 @@ in {
kernelModules = [ "kvm-intel" ];
extraModulePackages = [ ];
};
-
+ users.users.misa = {
+ uid = 9002;
+ name = "misa";
+ };
hardware.enableAllFirmware = true;
hardware.cpu.intel.updateMicrocode = true;